Macro matcher

Source
macro_rules! matcher {
    ($expect:tt) => { ... };
}
Available on crate feature wire-mock only.