parse_fmt

Function parse_fmt 

Source
pub fn parse_fmt<F: FromStr>(
    s: &str,
    fmt: &NumberFormat,
) -> Result<F, NumberFmtError>
Expand description

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