Searched defs:DuplexStream (Results 1 – 1 of 1) sorted by relevance
49 pub struct DuplexStream { struct50 read: Arc<Mutex<Pipe>>,51 write: Arc<Mutex<Pipe>>,85 pub fn duplex(max_buf_size: usize) -> (DuplexStream, DuplexStream) { in duplex()101 impl AsyncRead for DuplexStream { implementation117 impl AsyncWrite for DuplexStream { implementation144 impl Drop for DuplexStream { implementation