Expand description
An implementation of a pure-Rust async connection to an X11 server.
Structs§
- Rust
Connection - A pure-Rust async connection to an X11 server.
- Stream
Adaptor - An adaptor that implements a
Streamfor a type that implementsX11rbStream.
Traits§
- Stream
- A stream that bytes can be read from or written to.
- Stream
Base - A stream that bytes can be read from or written to.
Type Aliases§
- Default
Stream - The default stream type.