Macro rocket::trace::span_debug

source ยท
macro_rules! span_debug {
    (@ [$($t:tt)+] => $in_scope:expr) => { ... };
    (@ [$($t:tt)+] $token:tt $($rest:tt)*) => { ... };
    ($t:tt $($rest:tt)*) => { ... };
}