postgis_diesel::functions_nullable

Type Alias st_crosses

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

The return type of st_crosses()

Aliased Typeยง

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