Type Alias SharedString

Source
pub type SharedString = SharedGenString<Rc<Box<[u8]>>>;
Expand description

Use SharedString if you only need this type in one thread

Aliased Typeยง

pub struct SharedString { /* private fields */ }