pub struct NodeKey<V> {
pub level: Level,
pub coordinates: V,
}
Expand description
Uniquely identifies a node slot in the Tree
.
Fields
level: Level
coordinates: V
Implementations
Trait Implementations
Auto Trait Implementations
impl<V> RefUnwindSafe for NodeKey<V> where
V: RefUnwindSafe,
impl<V> UnwindSafe for NodeKey<V> where
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more