macro_rules! instrument {
($($arg:tt)*) => { ... };
}Expand description
No-op instrument attribute (does nothing).
This is a placeholder - the actual #[instrument] attribute requires proc-macro.
macro_rules! instrument {
($($arg:tt)*) => { ... };
}No-op instrument attribute (does nothing).
This is a placeholder - the actual #[instrument] attribute requires proc-macro.