Skip to main content

trace_section

Macro trace_section 

Source
macro_rules! trace_section {
    (begin $name:expr, $writer:expr) => { ... };
    (end $name:expr, $writer:expr) => { ... };
}