DynamicTx

Trait DynamicTx 

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

Required Methods§

Source

fn poll_pop( &self, cx: &mut Context<'_>, priority_mask: PrioritySet, mtu: Mtu, ) -> Poll<Frame>

Implementors§