[][src]Type Definition run_loop::binary_heap::NodePtr

type NodePtr<K, V> = NonNull<Node<K, V>>;