Function parse_format

Source
pub fn parse_format<F: FromStr>(
    s: &str,
    pattern: &str,
    sym: &NumberSymbols,
) -> Result<F, NumberFmtError>
Expand description

Parse using the NumberFormat. Parses the number after applying core::unmap_num