Trait UnixInputStreamExtManual

Source
pub trait UnixInputStreamExtManual: Sized {
    // Required methods
    fn get_fd<T: FromRawFd>(&self) -> T;
    unsafe fn set_close_fd(&self, close_fd: bool);
}

Required Methods§

Source

fn get_fd<T: FromRawFd>(&self) -> T

Source

unsafe fn set_close_fd(&self, close_fd: bool)

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§