once_
cell
1.19.0
Module unsync
Structs
In crate once_
cell
Module
once_cell
::
unsync
Copy item path
source
·
[
−
]
Expand description
Single-threaded version of
OnceCell
.
Structs
§
Lazy
A value which is initialized on the first access.
Once
Cell
A cell which can be written to only once. It is not thread safe.