st_crosses

Type Alias st_crosses 

Source
pub type st_crosses<left, right> = st_crosses<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>;
Expand description

The return type of st_crosses()

Aliased Typeยง

pub struct st_crosses<left, right> { /* private fields */ }