pub fn poll_read<I, O>( input: Pin<&mut I>, output: &mut O, cx: &mut Context<'_>, delta_limit: usize, ) -> PollResultwhere I: AsyncRead, O: BufMut,
This function tries to read at most delta_limit bytes from input to output.
delta_limit
input
output