pub type FlexStr = Flex<STRING_SIZED_INLINE, Rc<str>>;
A flexible string type that transparently wraps a string literal, inline string, or an Rc<str>
Rc<str>