Type Alias postgis_diesel::functions_nullable::st_touches

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

The return type of st_touches()

Aliased Type§

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