pub type StTouches<GeomA, GeomB> = st_touches<<GeomA as AsExpression<Nullable<Geometry>>>::Expression, <GeomB as AsExpression<Nullable<Geometry>>>::Expression>;

Aliased Type§

struct StTouches<GeomA, GeomB> { /* private fields */ }