Macro dipstick::mod_marker [] [src]

macro_rules! mod_marker {
    ($type_param: ty, $mod_metrics: expr, { $($metric_id: ident: $metric_name: expr),* $(,)* } ) => { ... };
}

Define module-scoped markers.