Type Definition flexstr::LocalStr

source · []
pub type LocalStr = FlexStrBase<Rc<str>>;
Expand description

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

Note

Since this is just a type alias for a generic type, full documentation can be found here: FlexStr