winnow::ascii

Function take_float

source
fn take_float<I, E: ParserError<I>>(
    input: &mut I,
) -> PResult<<I as Stream>::Slice, E>