pub type FastString = SmartString<LazyCompact>;
Expand description
High-performance string type for small strings
Aliased Typeยง
pub struct FastString { /* private fields */ }
pub type FastString = SmartString<LazyCompact>;
High-performance string type for small strings
pub struct FastString { /* private fields */ }