pub fn validate_icu(input: &str) -> Result<(), IcuParseError>Expand description
Validates ICU MessageFormat input without returning the parsed AST.
ยงErrors
Returns crate::IcuParseError when the input is malformed.
pub fn validate_icu(input: &str) -> Result<(), IcuParseError>Validates ICU MessageFormat input without returning the parsed AST.
Returns crate::IcuParseError when the input is malformed.