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
; }
Expand description

A trait similar to AsRawFd but supports an arbitrary number of file descriptors.

Required Methods

Implementors