Struct tokio::net::unix::ReadHalf [−][src]
pub struct ReadHalf<'a>(_);
Expand description
Borrowed read half of a UnixStream
, created by split
.
Reading from a ReadHalf
is usually done using the convenience methods found on the
AsyncReadExt
trait.
Trait Implementations
Performs the conversion.