FastString

Type Alias FastString 

Source
pub type FastString = SmartString<LazyCompact>;
Expand description

High-performance string type for small strings

Aliased Typeยง

pub struct FastString { /* private fields */ }