Skip to main content

instrument

Macro instrument 

Source
macro_rules! instrument {
    ($($arg:tt)*) => { ... };
}
Expand description

No-op instrument attribute (does nothing). This is a placeholder - the actual #[instrument] attribute requires proc-macro.