Trait ux::prelude::PollableInputStreamExt [−]
pub trait PollableInputStreamExt: 'static {
pub fn can_poll(&self) -> bool;
pub fn is_readable(&self) -> bool;
}Required methods
pub fn can_poll(&self) -> bool
pub fn is_readable(&self) -> bool
Implementors
impl<O> PollableInputStreamExt for O where
O: IsA<PollableInputStream>,
O: IsA<PollableInputStream>,