Type Alias postgis_diesel::functions::st_contains

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

The return type of st_contains()

Aliased Type§

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