pub struct Base(/* private fields */);Expand description
Default Io filter
Trait Implementations§
Source§impl Filter for Base
impl Filter for Base
fn query(&self, id: TypeId) -> Option<Box<dyn Any>>
Source§fn poll_read_ready(&self, cx: &mut Context<'_>) -> Poll<Readiness>
fn poll_read_ready(&self, cx: &mut Context<'_>) -> Poll<Readiness>
Check readiness for read operations
Source§fn poll_write_ready(&self, cx: &mut Context<'_>) -> Poll<Readiness>
fn poll_write_ready(&self, cx: &mut Context<'_>) -> Poll<Readiness>
Check readiness for write operations