pub type OnceCell = OnceCellEntity;Aliased Type§
pub struct OnceCell {
pub waiter_count: u32,
pub state: OnceCellState,
}Fields§
§waiter_count: u32Number of tasks currently waiting for initialization.
state: OnceCellStateCurrent once-cell lifecycle state.