Function rust_icu_common::parse_ok[][src]

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.