pub trait UnixInputStreamExtManual: Sized {
// Required methods
fn get_fd<T: FromRawFd>(&self) -> T;
unsafe fn set_close_fd(&self, close_fd: bool);
}
Required Methods§
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.