Macro scope

Source
macro_rules! scope {
    ($(#[$attrs:meta])* $vis:vis static $name:ident) => { ... };
}
Expand description

Creates a scope.