parse

Function parse 

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

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