Type Definition diesel::helper_types::Filter

source ·
pub type Filter<Source, Predicate> = <Source as FilterDsl<Predicate>>::Output;
Expand description

Represents the return type of .filter(predicate)