Function parse_locale

Source
pub fn parse_locale<S>(t: S) -> Result<Locale, ParserError>
where S: AsRef<[u8]>,