st_relate

Type Alias st_relate 

Source
pub type st_relate<left, right> = st_relate<<left as AsExpression<Nullable<Geometry>>>::Expression, <right as AsExpression<Nullable<Geometry>>>::Expression>;
Expand description

The return type of st_relate()

Aliased Typeยง

pub struct st_relate<left, right> { /* private fields */ }