[][src]Function poll_buf_utils::poll_read

pub fn poll_read<I, O>(
    input: Pin<&mut I>,
    output: &mut O,
    cx: &mut Context
) -> PollResult where
    I: AsyncRead,
    O: BufMut