pub trait UnixOutputStreamExt: 'static {
    fn get_close_fd(&self) -> bool;
}

Required Methods

Implementors