macro_rules! counter {
($name:expr) => { ... };
($name:expr, $($rest:tt)*) => { ... };
}Expand description
Typed wrapper around metrics::counter! that only accepts internal_event::CounterName.
macro_rules! counter {
($name:expr) => { ... };
($name:expr, $($rest:tt)*) => { ... };
}Typed wrapper around metrics::counter! that only accepts internal_event::CounterName.