macro_rules! inc {
($m:ty, $f:ident) => { ... };
}Available on crate feature
static_core only.Expand description
Increments the given metric by 1.
macro_rules! inc {
($m:ty, $f:ident) => { ... };
}static_core only.Increments the given metric by 1.