pub trait StrBuffer: AsRef<Wtf8> {
// Provided method
fn is_compatible_with(&self, kind: StrKind) -> bool { ... }
}Provided Methods§
fn is_compatible_with(&self, kind: StrKind) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".