Module once_cell

Source

Structs§

OnceCell
A thread-safe cell that can be written to only once.

Enums§

SetError
Errors that can be returned from OnceCell::set.