Type Alias hermit_sync::OnceCell

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

Aliased Type§

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