Function to_digit

Source
pub fn to_digit<Stream, Context>(stream: Stream) -> Parsed<u8, Stream, Context>
where Stream: Streaming, Stream::Item: Into<u8>, Context: Contexting<CoreAtom<Stream>> + Contexting<BaseAtom<u8>> + Contexting<UtilsAtom<Stream>>,
Expand description

Parse character digit and return it in integer format