[][src]Function poll_buf_utils::poll_write

pub fn poll_write<I, O>(
    input: &mut I,
    output: Pin<&mut O>,
    cx: &mut Context
) -> Poll<Result<()>> where
    I: Buf,
    O: AsyncWrite