pub type ShortString = SmartString<LazyCompact>;Expand description
A string with small string optimizations up to 23 bytes.
Aliased Typeยง
pub struct ShortString { /* private fields */ }pub type ShortString = SmartString<LazyCompact>;A string with small string optimizations up to 23 bytes.
pub struct ShortString { /* private fields */ }