singleton

Macro singleton 

Source
macro_rules! singleton {
    ($type:ident { $($field:ident: $value:expr),* $(,)? }) => { ... };
}