Skip to main content

scope

Macro scope 

Source
macro_rules! scope {
    ($path:literal $(, .$extra:ident($($args:tt)*))* => { $($routes:expr),* $(,)? }) => { ... };
}