pub trait DynamicRxFilter { // Required method fn poll_pop(&self, cx: &mut Context<'_>) -> Poll<FilterUpdate>; }