RcString

Type Alias RcString 

Source
pub type RcString = String<Cell<usize>>;
Expand description

Type alias for a reference-counted String using Cell<usize> as the counter.

Aliased Typeยง

pub struct RcString { /* private fields */ }