Type Definition arc_cell::OptionalArcCell
source · [−]pub type OptionalArcCell<T> = AtomicCell<Option<Arc<T>>>;Expand description
Atomically swappable/clonable/optional Arc pointer value.
pub type OptionalArcCell<T> = AtomicCell<Option<Arc<T>>>;Atomically swappable/clonable/optional Arc pointer value.