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)
Aliased Type§
struct Except<Source, Rhs> { /* private fields */ }