pub trait UnixInputStreamExtManual: Sized {
    fn fd<T: FromRawFd>(&self) -> T;
unsafe fn set_close_fd(&self, close_fd: bool); }

Required methods

Implementors