Type Alias postgis_diesel::functions_nullable::StSubdivide
source · pub type StSubdivide<G, Geom, MaxVertices, GridSize> = st_subdivide<G, <Geom as AsExpression<Nullable<G>>>::Expression, <MaxVertices as AsExpression<Integer>>::Expression, <GridSize as AsExpression<Float8>>::Expression>;
Aliased Type§
struct StSubdivide<G, Geom, MaxVertices, GridSize> { /* private fields */ }