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