st_contains

Type Alias st_contains 

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

The return type of st_contains()

Aliased Typeยง

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