pub type OnceCell<T> = OnceCell<T>;
Expand description

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