pub struct ReadHalf<T> { /* fields omitted */ }
The readable half of an object returned from AsyncRead::split
.
Formats the value using the given formatter. Read more
Attempt to read from the AsyncRead
into buf
. Read more
Attempt to read from the AsyncRead
into vec
using vectored IO operations. Read more
Determines if this AsyncRead
er can work with buffers of uninitialized memory. Read more