Type Definition diesel::dsl::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)