Skip to main content

validate_country_codes

Function validate_country_codes 

Source
pub fn validate_country_codes(codes: &[String]) -> Result<()>
Expand description

Validate country codes: each must be exactly 2 alphabetic ASCII characters.