rocket::trace

Macro span_debug

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