[][src]Crate liquid_derive

Derive macros to aid in filter creation.

Derive Macros

Display_filter

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

FilterParameters

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

FilterReflection

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

FromFilterParameters

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

ObjectView
ParseFilter

Implements ParseFilter.

ValueView