Module once_cell::unsync [−][src]
Structs
| Lazy |
A value which is initialized on the first access. |
| OnceCell |
A cell which can be written to only once. Not thread safe. |