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.
macro_rules! scope_with {
($name:expr, $data:expr) => { ... };
($name:expr, $data:expr, $body:expr) => { ... };
}
perf
only.Opens a scope with a formatted message.