globals_only

Macro globals_only 

Source
macro_rules! globals_only {
    ($name:ident, |$globals:ident| { $($t:tt)* }) => { ... };
}