digits_trailing_zeros

Function digits_trailing_zeros 

Source
pub fn digits_trailing_zeros<'a, I, C>(
    radix: u8,
) -> impl IterableParser<I, Item = C> + 'a
where I: Input<Ok = C> + ?Sized + 'a, C: Character + 'a,
Expand description

Parses digits with given radix (trailing zeros are allowed).