Type Alias OnceCell

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

Aliased Typeยง

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