Trait sqruff_lib::helpers::ToMatchable
source · pub trait ToMatchable: Matchable + Sized {
// Provided method
fn to_matchable(self) -> Box<dyn Matchable> { ... }
}
Provided Methods§
fn to_matchable(self) -> Box<dyn Matchable>
Object Safety§
This trait is not object safe.