Type Definition git_repository::threading::OnceCell
source · [−]pub type OnceCell<T> = OnceCell<T>;
Expand description
A thread-safe cell which can be written to only once.
pub type OnceCell<T> = OnceCell<T>;
A thread-safe cell which can be written to only once.