pub fn poll_write<I, O>(
input: &mut I,
output: Pin<&mut O>,
cx: &mut Context<'_>,
) -> PollResultwhere
I: Buf,
O: AsyncWrite,pub fn poll_write<I, O>(
input: &mut I,
output: Pin<&mut O>,
cx: &mut Context<'_>,
) -> PollResultwhere
I: Buf,
O: AsyncWrite,