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