MCPcopy Create free account
hub / github.com/douchuan/algorithm / NodeQuery

Class NodeQuery

src/tree/binary/node.rs:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120/// Node proxy, like jQuery
121#[derive(Copy, Clone)]
122pub struct NodeQuery<K, V> {
123 pub node: Option<NonNull<Node<K, V>>>,
124}
125
126impl<'a, K: 'a, V: 'a> NodeQuery<K, V> {
127 pub fn new(node: Option<NonNull<Node<K, V>>>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected