Type Alias postgis_diesel::functions::StSegmentize

source ·
pub type StSegmentize<G, Geom, MaxSegmentLength> = st_segmentize<G, <Geom as AsExpression<G>>::Expression, <MaxSegmentLength as AsExpression<Double>>::Expression>;

Aliased Type§

struct StSegmentize<G, Geom, MaxSegmentLength> { /* private fields */ }