parse_float

Function parse_float 

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