Skip to main content

st_crosses

Type Alias st_crosses 

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

The return type of st_crosses()

Aliased Typeยง

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