Arc8

Type Alias Arc8 

Source
pub type Arc8<T> = ArcX<T, AtomicU8>;
Expand description

ArcX with u8 counter

Aliased Typeยง

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