take_unsigned_float_or_exceptions

Function take_unsigned_float_or_exceptions 

Source
fn take_unsigned_float_or_exceptions<I, E: ParserError<I>>(
    input: &mut I,
) -> Result<(), E>