diesel::helper_types

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§

struct Difference<Lhs, Rhs>(pub DifferenceRange<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);

Fields§

§0: DifferenceRange<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>