[][src]Trait amiquip::IoStream

pub trait IoStream: Read + Write + Evented + Send + 'static { }

Combination trait for readable, writable streams that can be polled by mio.

Implementations on Foreign Types

impl IoStream for TcpStream[src]

Loading content...

Implementors

Loading content...