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.