pub type Diff<Lhs, Rhs> = DifferenceNet<Lhs, Rhs>;
Aliased Type§
struct Diff<Lhs, Rhs>(pub DifferenceNet<Lhs, <Rhs as AsExpression<Inet>>::Expression>);
Fields§
§0: DifferenceNet<Lhs, <Rhs as AsExpression<Inet>>::Expression>
pub type Diff<Lhs, Rhs> = DifferenceNet<Lhs, Rhs>;
struct Diff<Lhs, Rhs>(pub DifferenceNet<Lhs, <Rhs as AsExpression<Inet>>::Expression>);
0: DifferenceNet<Lhs, <Rhs as AsExpression<Inet>>::Expression>