[][src]Type Definition diesel::helper_types::OrFilter

type OrFilter<Source, Predicate> = <Source as OrFilterDsl<Predicate>>::Output;

Represents the return type of .or_filter(predicate)