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