MCPcopy Create free account
hub / github.com/QMHTMY/RustBook / get_right

Method get_right

code/chapter07/binary_tree.rs:54–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

52 }
53
54 fn get_right(&self) -> Link<T> {
55 self.right.clone()
56 }
57
58 fn get_key(&self) -> T {
59 self.key.clone()

Callers 4

preorderFunction · 0.45
inorderFunction · 0.45
postorderFunction · 0.45
get_expFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected