Type Alias postgis_diesel::functions_nullable::StDWithin

source ·
pub type StDWithin<G, GeomA, GeomB, Distance> = st_d_within<G, <GeomA as AsExpression<Nullable<G>>>::Expression, <GeomB as AsExpression<Nullable<G>>>::Expression, <Distance as AsExpression<Nullable<Double>>>::Expression>;

Aliased Type§

struct StDWithin<G, GeomA, GeomB, Distance> { /* private fields */ }