[go: up one dir, main page]

Function combine::char::alpha_num [] [src]

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

Parses either an alphabet letter or digit according to std::char::is_alphanumeric.