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