Type Alias postgis_diesel::functions_nullable::StSegmentize
source · pub type StSegmentize<G, Geom, MaxSegmentLength> = st_segmentize<G, <Geom as AsExpression<Nullable<G>>>::Expression, <MaxSegmentLength as AsExpression<Double>>::Expression>;
Aliased Type§
struct StSegmentize<G, Geom, MaxSegmentLength> { /* private fields */ }