Expand description
Structs§
- Atomic
Check - Check strategy that accesses and updates state atomically.
- Basic
Check - Check strategy that defers synchronization to the caller.
- Lazy
Init - A cell providing explicit, one-time initialization for a static value of
type
T. - NoCheck
Enums§
- Lifecycle
- Lifecycle states of a
crate::LazyInit-wrapped object.
Traits§
- Checked
Policy - An initialization policy that actively validates initialization state.
- Policy
- Lifecycle and storage policy for initialization state.