Macro static_cell

Source
macro_rules! static_cell {
    ($($(#[$attr:meta])* $vis:vis static $name:ident: $t:ty;)+) => { ... };
}