postgis_diesel::functions_nullable

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ยง

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