MBRContains

Type Alias MBRContains 

Source
pub type MBRContains<G1, G2, Expr1, Expr2> = MBRContains<G1, G2, <Expr1 as AsExpression<G1>>::Expression, <Expr2 as AsExpression<G2>>::Expression>;
Expand description

The return type of MBRContains(…)

Aliased Type§

pub struct MBRContains<G1, G2, Expr1, Expr2> { /* private fields */ }