diesel::helper_types

Type Alias Having

Source
pub type Having<Source, Predicate> = <Source as HavingDsl<Predicate>>::Output;
Expand description

Represents the return type of .having(predicate)