Skip to main content

RxFilter

Trait RxFilter 

Source
pub trait RxFilter: Send {
    // Required method
    fn filter(&mut self, input: &[u8]) -> Vec<u8> ;
}

Required Methods§

Source

fn filter(&mut self, input: &[u8]) -> Vec<u8>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§