Type Alias diesel::helper_types::OrFilter
source · pub type OrFilter<Source, Predicate> = <Source as OrFilterDsl<Predicate>>::Output;
Expand description
Represents the return type of .or_filter(predicate)
pub type OrFilter<Source, Predicate> = <Source as OrFilterDsl<Predicate>>::Output;
Represents the return type of .or_filter(predicate)