Module rust_connection

Module rust_connection 

Source
Expand description

An implementation of a pure-Rust async connection to an X11 server.

Structs§

RustConnection
A pure-Rust async connection to an X11 server.
StreamAdaptor
An adaptor that implements a Stream for a type that implements X11rbStream.

Traits§

Stream
A stream that bytes can be read from or written to.
StreamBase
A stream that bytes can be read from or written to.

Type Aliases§

DefaultStream
The default stream type.