Type Alias x11rb::connection::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.