Function combine::byte::alpha_num [] [src]

pub fn alpha_num<I>() -> AlphaNum<I> where I: Stream<Item=u8>

Parses either an ASCII alphabet letter or digit (a–z, A–Z, 0–9).