pub fn recognize_float_parts<T, E: ParseError<T>>(
    input: T
) -> IResult<T, (bool, <T as Stream>::Slice, <T as Stream>::Slice, i32), E>where
    T: Stream + Compare<&'static [u8]> + AsBStr,
    <T as Stream>::Token: AsChar + Copy,
    <T as Stream>::Slice: SliceLen,
👎Deprecated since 0.3.0: No longer supported
Expand description

WARNING: Deprecated, no longer supported