Type Alias SmallString

Source
pub type SmallString = ArrayString<U23>;
Expand description

String with the same mem::size_of of a String

24 bytes in 64 bits architecture

12 bytes in 32 bits architecture (or others)

Aliased Typeยง

pub struct SmallString { /* private fields */ }