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

Method get_right

publication/code/chapter08/binary_tree.rs:134–136  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

132 }
133
134 fn get_right(&self) -> Link<T> {
135 self.right.clone()
136 }
137
138 // 获取及设置 key
139 fn get_key(&self) -> T {

Callers 6

levelorderMethod · 0.45
preorderFunction · 0.45
inorderFunction · 0.45
postorderFunction · 0.45
levelorderFunction · 0.45
oexpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected