pub type LocalStr = FlexStrBase<Rc<str>>;
A flexible string type that transparently wraps a string literal, inline string, or an Rc<str>
Rc<str>
Since this is just a type alias for a generic type, full documentation can be found here: FlexStr