Expand description

Derive macros to aid in filter creation.

Derive Macros

Implements Display for a structure that intends to implement the Filter trait.

Implements FilterParameters, as well as two of the traits it requires (Display and FilterParametersReflection) and its evaluated counterpart.

Implements FilterReflection for a structure that intends to implement the ParseFilter trait.

Implements From<T> (T implements FilterParameters) for a structure that intends to implement the Filter trait.

Implements ParseFilter.