Function parse_with_language

Source
pub fn parse_with_language<T: Parse>(
    text: &str,
    language: &LanguageTag,
) -> Option<T>
Expand description

Construct a value by parsing humanized text using the specified language.