[−][src]Type Definition shared_string::SharedString
type SharedString = SharedGenString<Rc<Box<[u8]>>>;
Use SharedString
if you only need this type in one thread
type SharedString = SharedGenString<Rc<Box<[u8]>>>;
Use SharedString
if you only need this type in one thread