postgis_diesel::functions

Type Alias st_touches

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

The return type of st_touches()

Aliased Type§

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