Type Alias postgis_diesel::functions::st_within

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

The return type of st_within()

Aliased Type§

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