Type Definition hermit_sync::OnceCell
source · pub type OnceCell<T> = OnceCell<RawSpinMutex, T>;Expand description
A generic_once_cell::OnceCell, initialized using RawSpinMutex.
pub type OnceCell<T> = OnceCell<RawSpinMutex, T>;A generic_once_cell::OnceCell, initialized using RawSpinMutex.