Type Definition diesel::helper_types::Having

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

Represents the return type of .having(predicate)