pub trait ToMatchable: Sized {
// Required method
fn to_matchable(self) -> Matchable;
}Required Methods§
fn to_matchable(self) -> Matchable
Object Safety§
This trait is not object safe.
pub trait ToMatchable: Sized {
// Required method
fn to_matchable(self) -> Matchable;
}