Type Alias diesel::helper_types::Having
source ยท pub type Having<Source, Predicate> = <Source as HavingDsl<Predicate>>::Output;
Expand description
Represents the return type of .having(predicate)
pub type Having<Source, Predicate> = <Source as HavingDsl<Predicate>>::Output;
Represents the return type of .having(predicate)