Skip to main content

ReadByteLines

Trait ReadByteLines 

Source
pub trait ReadByteLines<T> {
    // Required method
    fn byte_lines(self) -> ByteLines<T> ;
}

Required Methods§

Implementors§

Source§

impl<T> ReadByteLines<T> for T