Type Alias postgis_diesel::functions_nullable::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 */ }