Type Alias diesel::helper_types::AndNet
source · pub type AndNet<Lhs, Rhs> = Grouped<AndNet<Lhs, AsExprOf<Rhs, Inet>>>;
Expand description
The return type of lsh.and(rhs)
for network types
Aliased Type§
struct AndNet<Lhs, Rhs>(pub AndNet<Lhs, <Rhs as AsExpression<Inet>>::Expression>);
Fields§
§0: AndNet<Lhs, <Rhs as AsExpression<Inet>>::Expression>