CountryCode

Type Alias CountryCode 

Source
pub type CountryCode = SmallString<[u8; 2]>;
Expand description

Country codes are at most 2 ASCII characters long

Aliased Typeยง

pub struct CountryCode { /* private fields */ }