Macro using

Source
macro_rules! using {
    ($($v:vis $p:ident),* $(,)?) => { ... };
}
Expand description

Declares a mod and uses it