Functions§
- poll_
read_ buf - Try to read data from an
AsyncRead
into an implementer of theBufMut
trait. - poll_
write_ buf - Try to write data from an implementer of the
Buf
trait to anAsyncWrite
, advancing the buffer’s internal cursor.
AsyncRead
into an implementer of the BufMut
trait.Buf
trait to an
AsyncWrite
, advancing the buffer’s internal cursor.