Function combine::byte::crlf [] [src]

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

Parses carriage return and newline (b"\r\n"), returning the newline character.