declare_singleton

Macro declare_singleton 

Source
macro_rules! declare_singleton {
    ($name:ident, $t:ty, $init:expr) => { ... };
}