Function iso3166_1::num [] [src]

pub fn num<'a>(num: &str) -> Option<CountryCode<'a>>

Returns an Option of a CountryCode with the given numeric value.

Examples

let country = iso3166_1::num("016").unwrap();