pub type ArcString = String<AtomicUsize>;Expand description
Type alias for an atomically reference-counted String using AtomicUsize as the counter.
Aliased Typeยง
pub struct ArcString { /* private fields */ }pub type ArcString = String<AtomicUsize>;Type alias for an atomically reference-counted String using AtomicUsize as the counter.
pub struct ArcString { /* private fields */ }