pub type RcString = String<Cell<usize>>;
Type alias for a reference-counted String using Cell<usize> as the counter.
Cell<usize>
pub struct RcString { /* private fields */ }