pub trait AsRawFds { fn as_raw_fds(&self) -> Vec<RawFd>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where A: Allocator, ; }
impl<A> Write for Vec<u8, A> where A: Allocator,
A trait similar to AsRawFd but supports an arbitrary number of file descriptors.
AsRawFd