☰
MultiCharEq
Required Methods
matches
Implementors
In core::str::pattern
?
Trait
core
::
str
::
pattern
::
MultiCharEq
source
·
[
−
]
trait MultiCharEq { // Required method fn
matches
(&mut self, c:
char
) ->
bool
; }
🔬
This is a nightly-only experimental API. (
pattern
#27721
)
Required Methods
§
source
fn
matches
(&mut self, c:
char
) ->
bool
🔬
This is a nightly-only experimental API. (
pattern
#27721
)
Implementors
§