pub type MBRTouches<G1, G2, Expr1, Expr2> = MBRTouches<G1, G2, <Expr1 as AsExpression<G1>>::Expression, <Expr2 as AsExpression<G2>>::Expression>;Expand description
The return type of MBRTouches(…)
Aliased Type§
pub struct MBRTouches<G1, G2, Expr1, Expr2> { /* private fields */ }