Trait kdtree::kdtree::KdtreePointTrait [] [src]

pub trait KdtreePointTrait: Copy + PartialEq {
    fn dims(&self) -> &[f64];
}

Required Methods

Implementors