Type Alias ProximityAlgorithm

Source
pub type ProximityAlgorithm<N> = Box<dyn ProximityDetector<N>>;

Aliased Typeยง

struct ProximityAlgorithm<N>(/* private fields */);