Trait UnixFDMessageExtManual

Source
pub trait UnixFDMessageExtManual: Sized + IsA<UnixFDMessage> {
    // Provided methods
    fn append_fd<T>(&self, fd: T) -> Result<(), Error>
       where T: AsRawFd { ... }
    fn steal_fds(&self) -> Vec<i32> { ... }
}

Provided Methods§

Source

fn append_fd<T>(&self, fd: T) -> Result<(), Error>
where T: AsRawFd,

Source

fn steal_fds(&self) -> Vec<i32>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§