Trait UnixInputStreamExt
gio::prelude
pub trait UnixInputStreamExt: 'static { fn get_close_fd(&self) -> bool; }
fn get_close_fd(&self) -> bool
impl<O: IsA<UnixInputStream>> UnixInputStreamExt for O