pub(crate) type RcStr = Rc<str>;
A convenient alias for a reference-counted, immutable string.
pub(crate) struct RcStr { /* private fields */ }