Crate lazy_exclusive

Crate lazy_exclusive 

Source

Structs§

LazyExclusive
A container type like LazyLock. Allows mutable access, but only one reference at a time.
Mut
StateCell
A Cell for State. Used for const access to its data

Enums§

State