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
.
pub type BufWithFds = BufWithFds<<RustConnection as RequestConnection>::Buf>;
A combination of a buffer and a list of file descriptors for use by RustConnection
.