Module tokio_util::util::poll_buf
source · Functions§
- Try to read data from an
AsyncRead
into an implementer of theBufMut
trait. - Try to write data from an implementer of the
Buf
trait to anAsyncWrite
, advancing the buffer’s internal cursor.