[][src]Trait liquid_compiler::FilterParametersReflection

A trait that holds the information of the parameters of a filter.

All structs that implement FilterParameters must implement this. This is actually automatically implemented with #[derive(FilterParameters)].

This trait allows FilterReflection macro to extract the parameters information from a given FilterParameters structure.

Required methods

Loading content...

Implementors

Loading content...