Searched defs:OwnedReadHalf (Results 1 – 4 of 4) sorted by relevance
35 pub struct OwnedReadHalf { struct59 pub(crate) fn split_owned(stream: UnixStream) -> (OwnedReadHalf, OwnedWriteHalf) { in split_owned()72 read: OwnedReadHalf, in reunite()101 impl OwnedReadHalf { impl240 impl AsyncRead for OwnedReadHalf { implementation399 impl AsRef<UnixStream> for OwnedReadHalf { implementation
901 pub fn into_split(self) -> (OwnedReadHalf, OwnedWriteHalf) { in into_split()
35 pub struct OwnedReadHalf { struct59 pub(crate) fn split_owned(stream: TcpStream) -> (OwnedReadHalf, OwnedWriteHalf) { in split_owned()72 read: OwnedReadHalf, in reunite()101 impl OwnedReadHalf { implementation330 impl AsyncRead for OwnedReadHalf { implementation491 impl AsRef<TcpStream> for OwnedReadHalf { implementation
1236 pub fn into_split(self) -> (OwnedReadHalf, OwnedWriteHalf) { in into_split()