Function parser_combinators::crlf [] [src]

pub fn crlf<I>() -> CrLf<I> where
    I: Stream<Item = char>, 

Parses carriage return and newline, returning the newline character.