Type Alias diesel::dsl::DifferenceNet

source ·
pub type DifferenceNet<Lhs, Rhs> = Grouped<DifferenceNet<Lhs, AsExprOf<Rhs, Inet>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lsh.diff(rhs)

Aliased Type§

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

Fields§

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