Function parser_combinators::alpha_num [] [src]

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

Parses either an alphabet letter or digit