[][src]Trait gio::UnixInputStreamExt

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

Required methods

fn get_close_fd(&self) -> bool

Loading content...

Implementors

impl<O: IsA<UnixInputStream>> UnixInputStreamExt for O[src]

Loading content...