pub type FrameFds = Vec<OwnedFd>;
The descriptors carried with one frame. Vec<OwnedFd> on Unix; () elsewhere (no transport can pass descriptors off-Unix).
Vec<OwnedFd>
()
pub struct FrameFds { /* private fields */ }