Type Alias diesel::helper_types::Diff

source ·
pub type Diff<Lhs, Rhs> = DifferenceNet<Lhs, Rhs>;
Available on crate feature postgres_backend only.

Aliased Type§

struct Diff<Lhs, Rhs>(pub DifferenceNet<Lhs, <Rhs as AsExpression<Inet>>::Expression>);

Fields§

§0: DifferenceNet<Lhs, <Rhs as AsExpression<Inet>>::Expression>