Type Alias diesel::helper_types::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)
Aliased Type§
struct ExceptAll<Source, Rhs> { /* private fields */ }