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