ArcString

Type Alias ArcString 

Source
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 */ }