[go: up one dir, main page]

Type Definition gix::threading::OnceCell

source ·
pub type OnceCell<T> = OnceCell<T>;
Available on crate feature once_cell only.
Expand description

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