pub type AnyMatcherMut<'a> = Box<dyn DynMatcherMut + 'a>;

Aliased Type§

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