Function repr::strconv::parse_float[][src]

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