Skip to main content

st_dwithinsphere

Type Alias st_dwithinsphere 

Source
pub type st_dwithinsphere<a, b, distance> = st_dwithinsphere<<a as AsExpression<Nullable<Geometry>>>::Expression, <b as AsExpression<Nullable<Geometry>>>::Expression, <distance as AsExpression<Double>>::Expression>;
Expand description

The return type of st_dwithinsphere()

Aliased Typeยง

pub struct st_dwithinsphere<a, b, distance> { /* private fields */ }