Skip to main content

BoxedMatcher

Type Alias BoxedMatcher 

Source
pub type BoxedMatcher = Box<dyn Matcher + Send + Sync>;
Expand description

Dynamic trait object type for matchers when generic boxing is required.

Aliased Type§

pub struct BoxedMatcher(/* private fields */);