Type Alias OnceCell

Source
pub type OnceCell<T> = OnceCell<RawSpinMutex, T>;
Expand description

Aliased Typeยง

pub struct OnceCell<T>(/* private fields */);