Type Alias diesel::helper_types::OrNet

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

The return type of lsh.or(rhs) for network types

Aliased Type§

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

Fields§

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