Trait acap::kd::KdProximity[][src]

pub trait KdProximity<V: ?Sized = Self> where
    Self: Coordinates<Value = V::Value>,
    Self: Proximity<V>,
    Self::Value: PartialOrd<Self::Distance>,
    V: Coordinates
{ }
Expand description

Marker trait for Proximity implementations that are compatible with k-d trees.

Implementors

Blanket KdProximity implementation.