Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
preorder
Function · 0.45
inorder
Function · 0.45
postorder
Function · 0.45
get_exp
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected