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