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