pub type CountryCode = SmallString<[u8; 2]>;Expand description
Country codes are at most 2 ASCII characters long
Aliased Typeยง
pub struct CountryCode { /* private fields */ }pub type CountryCode = SmallString<[u8; 2]>;Country codes are at most 2 ASCII characters long
pub struct CountryCode { /* private fields */ }