Type Definition hermit_sync::OnceCell

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