pub trait StrPattern: Sealed { }Expand description
A pattern that can be used with starts_with and ends_with methods.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait StrPattern: Sealed { }A pattern that can be used with starts_with and ends_with methods.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".