pub trait BuildableMatcher<TypeEnum> {
// Required method
fn new() -> Matcher<TypeEnum>;
}Expand description
A Matcher is buildable without external data
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".