lazy_state

Macro lazy_state 

Source
macro_rules! lazy_state {
    ($e:expr) => { ... };
}
Expand description

Initializes a static ‘State’ by ‘once_cell::Lazy’