Trait UnixOutputStreamExt
Other items ingio::prelude
pub trait UnixOutputStreamExt: 'static { fn closes_fd(&self) -> bool; }
Trait containing all UnixOutputStream methods.
UnixOutputStream
fn closes_fd(&self) -> bool
Returns whether the file descriptor of self will be closed when the stream is closed.
self
true if the file descriptor is closed when done
true
impl<O: IsA<UnixOutputStream>> UnixOutputStreamExt for O