diesel::dsl

Type Alias Having

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

Represents the return type of .having(predicate)