Type Definition flexstr::AFlexStr

source · []
pub type AFlexStr = FlexStr<Arc<str>>;
Expand description

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