Trait gio::prelude::PollableInputStreamExt
source · pub trait PollableInputStreamExt: 'static {
// Required methods
fn can_poll(&self) -> bool;
fn is_readable(&self) -> bool;
}
pub trait PollableInputStreamExt: 'static {
// Required methods
fn can_poll(&self) -> bool;
fn is_readable(&self) -> bool;
}