Type Definition flexstr::FlexStr

source · []
pub type FlexStr = Flex<STRING_SIZED_INLINE, Rc<str>>;
Expand description

A flexible string type that transparently wraps a string literal, inline string, or an Rc<str>