Struct tokio::net::unix::OwnedReadHalf [−][src]
pub struct OwnedReadHalf { /* fields omitted */ }This is supported on crate feature
net only.Expand description
Owned read half of a UnixStream, created by into_split.
Reading from an OwnedReadHalf is usually done using the convenience methods found
on the AsyncReadExt trait.
Implementations
Attempts to put the two halves of a UnixStream back together and
recover the original socket. Succeeds only if the two halves
originated from the same call to into_split.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for OwnedReadHalfimpl Send for OwnedReadHalfimpl Sync for OwnedReadHalfimpl Unpin for OwnedReadHalfimpl !UnwindSafe for OwnedReadHalf