pub fn byte_lines_iter<'a, R: Read + 'a>(
    reader: R
) -> Box<dyn Iterator<Item = Vec<u8>> + 'a>
Expand description

Iterate over the byte lines of a file.