[][src]Trait byte_lines::ReadByteLines

pub trait ReadByteLines<T> {
    fn byte_lines(self) -> ByteLines<T>

Notable traits for ByteLines<B>

impl<B: Read> Iterator for ByteLines<B> type Item = ByteLineResult;
; }

Required methods

fn byte_lines(self) -> ByteLines<T>

Notable traits for ByteLines<B>

impl<B: Read> Iterator for ByteLines<B> type Item = ByteLineResult;

Loading content...

Implementors

impl<T> ReadByteLines<T> for T[src]

Loading content...