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

Required methods

Implementors