Module quilkin::filters::prelude[][src]

Expand description

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

Re-exports

pub use super::Filter;

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 output of Filter::read.

The input arguments to Filter::write.

Enums

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

Traits

Provides the name and creation function for a given Filter.

Type Definitions

An owned pointer to a dynamic FilterFactory instance.