pub type LocalHipStr<'borrow> = HipStr<'borrow, Rc>;
Thread-local shared string.
pub struct LocalHipStr<'borrow>(/* private fields */);