Macro matcher

Source
macro_rules! matcher {
    ($expect:tt) => { ... };
}
Available on crate features default-client and wire-mock and test-util only.