Trait gio::prelude::PollableInputStreamExt

source ·
pub trait PollableInputStreamExt: IsA<PollableInputStream> + Sealed + 'static {
    // Provided methods
    fn can_poll(&self) -> bool { ... }
    fn is_readable(&self) -> bool { ... }
}

Provided Methods§

source

fn can_poll(&self) -> bool

source

fn is_readable(&self) -> bool

Object Safety§

This trait is not object safe.

Implementors§