Trait PollableInputStreamExt

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

Required Methods§

Source

fn can_poll(&self) -> bool

Source

fn is_readable(&self) -> bool

Implementors§