Function fill_buf

Source
fn fill_buf<R>(reader: &mut R) -> Result<&[u8]>
where R: BufRead,