pub type st_within<left, right> = st_within<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>;
Expand description
The return type of st_within()
Aliased Typeยง
struct st_within<left, right> { /* private fields */ }