pub type BoxedMatcher = Box<dyn Matcher + Send + Sync>;
Dynamic trait object type for matchers when generic boxing is required.
pub struct BoxedMatcher(/* private fields */);