Type Definition diesel::helper_types::Except
source · [−]pub type Except<Source, Rhs> = CombinationClause<Except, Distinct, <Source as CombineDsl>::Query, <Rhs as AsQuery>::Query>;
Expand description
Represents the return type of .except(rhs)