Global

Type Alias Global 

Source
pub type Global<T> = Lazy<T>;

Aliased Typeยง

pub struct Global<T> { /* private fields */ }