pub fn float<T, E: ParseError<T>>() -> impl Parser<T, Output = f32, Error = E>
Expand description
single precision floating point number parser from text
pub fn float<T, E: ParseError<T>>() -> impl Parser<T, Output = f32, Error = E>
single precision floating point number parser from text