#[doc(hidden)]trait MultiCharEq {
// Required method
fn matches(&mut self, c: char) -> bool;
}🔬This is a nightly-only experimental API. (
pattern #27721)Required Methods§
fn matches(&mut self, c: char) -> bool
🔬This is a nightly-only experimental API. (
pattern #27721)Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".