parse_float

Function parse_float 

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