[go: up one dir, main page]

Function combine::char::letter [] [src]

pub fn letter<I>() -> Letter<I> where
    I: Stream<Item = char>, 

Parses an alphabet letter according to std::char::is_alphabetic.