Macro tracing_tools::span[][src]

macro_rules! span {
    ($($tts:tt)*) => { ... };
    ($name:expr) => { ... };
    () => { ... };
}