diesel::dsl

Type Alias 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 */ }