Function combine::byte::newline [] [src]

pub fn newline<I>() -> Newline<I> where
    I: Stream<Item = u8>, 

Parses a newline character (b'\n').