track_scope

Macro track_scope 

Source
macro_rules! track_scope {
    ($scope_name:expr) => { ... };
    ($scope_name:expr, $block:block) => { ... };
}
Expand description

Macro for tracking scopes with automatic cleanup