Searched defs:AddrStream (Results 1 – 2 of 2) sorted by relevance
204 fn poll_next_(&mut self, cx: &mut Context<'_>) -> Poll<io::Result<AddrStream>> { in poll_next_()320 impl AddrStream { implementation325 ) -> AddrStream { in new()363 impl AsyncRead for AddrStream { implementation374 impl AsyncWrite for AddrStream { implementation415 impl AsRawFd for AddrStream { implementation
89 impl Connected for AddrStream { implementation