[][src]Trait gio::PollableInputStreamExt

pub trait PollableInputStreamExt: 'static {
    fn can_poll(&self) -> bool;
fn is_readable(&self) -> bool; }

Required methods

fn can_poll(&self) -> bool

fn is_readable(&self) -> bool

Loading content...

Implementors

impl<O: IsA<PollableInputStream>> PollableInputStreamExt for O[src]

Loading content...