[][src]Macro metered::measure

macro_rules! measure {
    ($metric:ident, $e:expr) => { ... };
}

The measure! macro takes a reference to a metric and an expression.

It applies the metric and the expression is returned unchanged.