Trait gio::PollableInputStreamExt [−][src]
pub trait PollableInputStreamExt { fn can_poll(&self) -> bool; fn is_readable(&self) -> bool; }
Required Methods
fn can_poll(&self) -> bool
fn is_readable(&self) -> bool
Implementors
impl<O: IsA<PollableInputStream>> PollableInputStreamExt for O