pub type RcStrAtomic<M = ()> = RcStr<AtomicCounter, M>;
Expand description
Atomically counted reference counting thin pointer to a str
,
optionally carrying arbitrary additional metadata
Aliased Typeยง
struct RcStrAtomic<M = ()> { /* private fields */ }