pub type RcString<const PREFIX_LENGTH: usize> = UmbraString<RcDynBytes, PREFIX_LENGTH>;Expand description
An UmbraString that shares its underlying bytes and keeps track of the number of
references using a counter.
Aliased Typeยง
pub struct RcString<const PREFIX_LENGTH: usize> { /* private fields */ }