postgis_diesel::functions_nullable

Type Alias st_within

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

The return type of st_within()

Aliased Typeยง

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