url
2.5.7
Pattern
Required Methods
split_prefix
Implementations on Foreign Types
&str
char
Implementors
In url::
parser
url
::
parser
Trait
Pattern
Copy item path
Source
pub trait Pattern { // Required method fn
split_prefix
(self, input: &mut
Input
<'_>) ->
bool
; }
Required Methods
§
Source
fn
split_prefix
(self, input: &mut
Input
<'_>) ->
bool
Implementations on Foreign Types
§
Source
§
impl
Pattern
for &
str
Source
§
fn
split_prefix
(self, input: &mut
Input
<'_>) ->
bool
Source
§
impl
Pattern
for
char
Source
§
fn
split_prefix
(self, input: &mut
Input
<'_>) ->
bool
Implementors
§
Source
§
impl<F:
FnMut
(
char
) ->
bool
>
Pattern
for F