Searched defs:OwnedReadHalf (Results 1 – 4 of 4) sorted by relevance
30 pub struct OwnedReadHalf { struct54 pub(crate) fn split_owned(stream: UnixStream) -> (OwnedReadHalf, OwnedWriteHalf) { in split_owned()67 read: OwnedReadHalf, in reunite()96 impl OwnedReadHalf { impl107 impl AsyncRead for OwnedReadHalf { implementation181 impl AsRef<UnixStream> for OwnedReadHalf { implementation
628 pub fn into_split(self) -> (OwnedReadHalf, OwnedWriteHalf) { in into_split()
31 pub struct OwnedReadHalf { struct55 pub(crate) fn split_owned(stream: TcpStream) -> (OwnedReadHalf, OwnedWriteHalf) { in split_owned()68 read: OwnedReadHalf, in reunite()97 impl OwnedReadHalf { implementation194 impl AsyncRead for OwnedReadHalf { implementation268 impl AsRef<TcpStream> for OwnedReadHalf { implementation
1011 pub fn into_split(self) -> (OwnedReadHalf, OwnedWriteHalf) { in into_split()