macro_rules! match_events {
($( $expect:pat),*) => { ... };
}
Available on crate feature
wire-mock
only.Expand description
Helper macro to generate a series of test expectations
macro_rules! match_events {
($( $expect:pat),*) => { ... };
}
wire-mock
only.Helper macro to generate a series of test expectations