Type Alias x11rb_protocol::BufWithFds
source ยท pub type BufWithFds<B> = (B, Vec<RawFdContainer>);
Expand description
A combination of a buffer and a list of file descriptors.
pub type BufWithFds<B> = (B, Vec<RawFdContainer>);
A combination of a buffer and a list of file descriptors.