Type Definition 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)