Macro rocket::trace::span_trace

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