fill_buf

Function fill_buf 

Source
pub(crate) fn fill_buf<R>(reader: &mut R) -> FillBuf<'_, R> 
where R: AsyncBufRead + ?Sized + Unpin,