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 */ }pub type SmallString = ArrayString<U23>;String with the same mem::size_of of a String
24 bytes in 64 bits architecture
12 bytes in 32 bits architecture (or others)
pub struct SmallString { /* private fields */ }