Function mz_repr::strconv::parse_float

source ยท
fn parse_float<Fl>(type_name: &'static str, s: &str) -> Result<Fl, ParseError>
where Fl: NumFloat + FastFloat,