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