[][src]Module stork::filters

Structs

FilterSet

List of filters that can be used to filter down results from a Storkable. Once constructed, these can be attached using Storkable::with_filters.

Enums

FilterType

Traits

Filter

Predicate for any values of passing through a Storkable. See html_filters for example implementations.