macro_rules! ev {
(http($status:expr)) => { ... };
(dns) => { ... };
(connect) => { ... };
(timeout) => { ... };
}Available on crate features
default-client and test-util and wire-mock only.Expand description
Helper to generate match expressions for events