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

Required Methods§

source

fn closes_fd(&self) -> bool

Implementors§