pub trait SpatiallyIndexable {
// Required methods
fn x(&self) -> CoordinateType;
fn y(&self) -> CoordinateType;
}
Expand description
Trait that enables a struct to be spatially indexed
pub trait SpatiallyIndexable {
// Required methods
fn x(&self) -> CoordinateType;
fn y(&self) -> CoordinateType;
}
Trait that enables a struct to be spatially indexed