trace_scope

Macro trace_scope 

Source
macro_rules! trace_scope {
    ($id:expr) => { ... };
    ($id:expr, $data:expr) => { ... };
}