Type Alias x11rb::rust_connection::BufWithFds
source ยท pub type BufWithFds = BufWithFds<<RustConnection as RequestConnection>::Buf>;
Expand description
A combination of a buffer and a list of file descriptors for use by RustConnection
.