Skip to main content

scope

Macro scope 

Source
macro_rules! scope {
    ($path:literal, { $($content:tt)* }) => { ... };
    ($path:literal, $($extra:tt)*, { $($content:tt)* }) => { ... };
}