pub type AnyMatcher<'a> = Box<dyn DynMatcher + 'a>;

Aliased Type§

struct AnyMatcher<'a>(/* private fields */);