pub trait UnixOutputStreamExt: IsA<UnixOutputStream> + Sealed + 'static {
    // Provided method
    fn closes_fd(&self) -> bool { ... }
}

Provided Methods§

source

fn closes_fd(&self) -> bool

Object Safety§

This trait is not object safe.

Implementors§