diesel::helper_types

Type Alias DifferenceRange

source
pub type DifferenceRange<Lhs, Rhs> = Difference<Lhs, Rhs>;
Available on crate feature postgres_backend only.

Aliased Type§

struct DifferenceRange<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>