Macro match_events

Source
macro_rules! match_events {
    ($( $expect:pat),*) => { ... };
}
Available on crate feature wire-mock only.
Expand description

Helper macro to generate a series of test expectations