Skip to main content

Filter

Trait Filter 

Source
pub trait Filter: Send {
    // Required method
    fn filter(&self) -> String;
}
Expand description

The Filter trait is implemented by all the filters.

Required Methods§

Source

fn filter(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§