pub fn from_std<B>(reader: B) -> ByteLines<B> where
    B: BufRead
Expand description

Creates a new line reader from a stdlib BufRead.