macro_rules! match_any_reporter_plugin_vec { ($any:expr => | $inner:ident | $code:block) => { ... }; ($any:expr => | mut $inner:ident | $code:block) => { ... }; }
macro_rules! match_any_reporter_plugin_vec { ($any:expr => | $inner:ident | $code:block) => { ... }; ($any:expr => | mut $inner:ident | $code:block) => { ... }; }