Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ borrow
Method
borrow
crates/core/src/alloc/vec.rs:360–362 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
358
359
impl<T> Borrow<[T]> for TryVec<T> {
360
fn borrow(&self) -> &[T] {
361
self
362
}
363
}
364
365
impl<T, I> Index<I> for TryVec<T>
Callers
14
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
verify_tree
Method · 0.45
find
Method · 0.45
first
Method · 0.45
unwrap_leaf
Method · 0.45
leaf_crit_key
Method · 0.45
split
Method · 0.45
fmt
Method · 0.45
start_pass
Function · 0.45
output
Method · 0.45
Calls
no outgoing calls
Tested by
3
run
Method · 0.36
run
Method · 0.36
run
Method · 0.36