DynamicRx

Trait DynamicRx 

Source
pub trait DynamicRx {
    // Required method
    fn poll_push(
        &self,
        cx: &mut Context<'_>,
        frame: &Frame,
        mtu: Mtu,
    ) -> Poll<()>;
}

Required Methods§

Source

fn poll_push(&self, cx: &mut Context<'_>, frame: &Frame, mtu: Mtu) -> Poll<()>

Implementors§