Difference

Type Alias Difference 

Source
pub type Difference<Lhs, Rhs> = Grouped<DifferenceRange<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.difference_range(rhs)

Aliased Typeยง

pub struct Difference<Lhs, Rhs>(/* private fields */);