Module tokio_util::io
source · [−]Expand description
Structs
Functions
Try to read data from an AsyncRead
into an implementer of the BufMut
trait.
Try to write data from an implementer of the Buf
trait to an
AsyncWrite
, advancing the buffer’s internal cursor.