Arc

Type Alias Arc 

Source
pub type Arc<T> = ArcX<T, AtomicUsize>;
Expand description

ArcX with usize counter

Aliased Typeยง

pub struct Arc<T>(/* private fields */);