Type Definition adivon::kdtree::NodeCell [] [src]

type NodeCell<K, V> = Option<Box<Node<K, V>>>;