Trait x11rb_async::rust_connection::Stream
source · pub trait Stream: for<'a> StreamBase<'a> { }Expand description
A stream that bytes can be read from or written to.
pub trait Stream: for<'a> StreamBase<'a> { }A stream that bytes can be read from or written to.