Crate liquid_derive

Crate liquid_derive 

Source
Expand description

Derive macros to aid in filter creation.

Derive Macrosยง

CoreObjectView
CoreValueView
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