Type Alias diesel::helper_types::ContainsNet

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

The return type of lhs.contains(rhs) for network types

Aliased Type§

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

Fields§

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