macro_rules! scope {
($name:expr) => { ... };
}Expand description
Enter a new scope. Returns a guard that times and manages indentation. Usage: let _scope = scope!(“my_scope”);
macro_rules! scope {
($name:expr) => { ... };
}Enter a new scope. Returns a guard that times and manages indentation. Usage: let _scope = scope!(“my_scope”);