DynamicRxFilter

Trait DynamicRxFilter 

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

Required Methods§

Source

fn poll_pop(&self, cx: &mut Context<'_>) -> Poll<FilterUpdate>

Implementors§