OptionalArcCell

Type Alias OptionalArcCell 

Source
pub type OptionalArcCell<T> = AtomicCell<Option<Arc<T>>>;
Expand description

Atomically swappable/clonable/optional Arc pointer value.

Aliased Typeยง

pub struct OptionalArcCell<T> { /* private fields */ }