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