pub type OnceCell<T> = OnceCell<RawSpinMutex, T>;Expand description
A generic_once_cell::OnceCell, initialized using RawSpinMutex.
Aliased Typeยง
pub struct OnceCell<T>(/* private fields */);pub type OnceCell<T> = OnceCell<RawSpinMutex, T>;A generic_once_cell::OnceCell, initialized using RawSpinMutex.
pub struct OnceCell<T>(/* private fields */);