pub fn parse_float<'a, T>(fragment: impl IntoFragment<'a>) -> Result<T, Error>where T: IsFloat + 'static,