Expand description

Prelude containing all types and traits required to implement Filter and FilterFactory.

Re-exports

pub use super::Filter;
pub use super::StaticFilter;

Structs

An error representing failure to convert a filter’s protobuf configuration to its static representation.
Arguments needed to create a new filter.
The input arguments to Filter::read.
The input arguments to Filter::write.

Enums

An error that occurred when attempting to create a Filter from a FilterFactory.