common_telemetry

Macro slow

source
macro_rules! slow {
    (target: $target:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}