Arc16

Type Alias Arc16 

Source
pub type Arc16<T> = ArcX<T, AtomicU16>;
Expand description

ArcX with u16 counter

Aliased Typeยง

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