pub fn recognize_float_or_exceptions<T, E: ParseError<T>>() -> impl Parser<T, Output = T, Error = E>
Expand description
float number text parser that also recognizes “nan”, “infinity” and “inf” (case insensitive)
pub fn recognize_float_or_exceptions<T, E: ParseError<T>>() -> impl Parser<T, Output = T, Error = E>
float number text parser that also recognizes “nan”, “infinity” and “inf” (case insensitive)