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
pub fn parse_fmt<F: FromStr>(
s: &str,
fmt: &NumberFormat,
) -> Result<F, NumberFmtError>Parse using the NumberFormat. Parses the number after applying core::unmap_num