Function combine::byte::digit [] [src]

pub fn digit<I>() -> Digit<I> where
    I: Stream<Item = u8>, 

Parses a base-10 digit (0–9).