rust_icu_common

Function parse_ok

Source
pub fn parse_ok(e: UParseError) -> Result<(), Error>
Expand description

Converts a parse error to a Result.

A parse error is an error if line or offset are positive, apparently.