[][src]Trait gio::UnixOutputStreamExt

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

Required methods

fn get_close_fd(&self) -> bool

Loading content...

Implementors

impl<O: IsA<UnixOutputStream>> UnixOutputStreamExt for O[src]

Loading content...