Type Definition arraystring::SmallString
source · pub type SmallString = ArrayString<U21>;
Expand description
String with the same mem::size_of
of a String
in a 64 bits architecture
pub type SmallString = ArrayString<U21>;
String with the same mem::size_of
of a String
in a 64 bits architecture