Type Definition flexstr::AFlexStr

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

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