tokio
1.41.1
Module once_cell
Structs
Enums
In tokio::sync
Module
tokio
::
sync
::
once_cell
Copy item path
source
·
[
−
]
Structs
§
OnceCell
A thread-safe cell that can be written to only once.
Enums
§
SetError
Errors that can be returned from
OnceCell::set
.