Skip to main content

ShortString

Type Alias ShortString 

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

A string with small string optimizations up to 23 bytes.

Aliased Typeยง

pub struct ShortString { /* private fields */ }