Type Definition diesel::dsl::ExceptAll

source ·
pub type ExceptAll<Source, Rhs> = CombinationClause<Except, All, <Source as CombineDsl>::Query, <Rhs as AsQuery>::Query>;
Expand description

Represents the return type of .except_all(rhs)