Module otter_api_tests::imports::once_cell::unsync[]

Structs

Lazy

A value which is initialized on the first access.

OnceCell

A cell which can be written to only once. It is not thread safe.