diesel::dsl

Type Alias OrFilter

source
pub type OrFilter<Source, Predicate> = <Source as OrFilterDsl<Predicate>>::Output;
Expand description

Represents the return type of .or_filter(predicate)