Function country_parser::parse[][src]

pub fn parse<T: AsRef<str>>(info: T) -> Option<Country>

Attempts to parse the input into a valid country, checking all possible fields.