scope_with

Macro scope_with 

Source
macro_rules! scope_with {
    ($name:expr, $data:expr) => { ... };
    ($name:expr, $data:expr, $body:expr) => { ... };
}
Available on crate feature perf only.
Expand description

Opens a scope with a formatted message.