MBRWithin

Type Alias MBRWithin 

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

The return type of MBRWithin(…)

Aliased Type§

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