[][src]Trait gio::PollableInputStreamExt

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

Required Methods

Implementors

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