Trait sourceview5::prelude::PollableInputStreamExt
source · pub trait PollableInputStreamExt: IsA<PollableInputStream> + Sealed + 'static {
// Provided methods
fn can_poll(&self) -> bool { ... }
fn is_readable(&self) -> bool { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.