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