Trait gio::prelude::UnixOutputStreamExt[][src]

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

Trait containing all UnixOutputStream methods.

Implementors

UnixOutputStream

Required methods

Returns whether the file descriptor of self will be closed when the stream is closed.

Returns

true if the file descriptor is closed when done

Implementors