Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dropbox/rust-alloc-no-stdlib
/ default
Method
default
alloc-stdlib/src/test.rs:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
impl<Item> Default for ItemVec<Item> {
12
fn default() -> Self {
13
ItemVec(Vec::<Item>::new())
14
}
15
}
16
impl<Item> SliceWrapper<Item> for ItemVec<Item> {
17
fn slice(&self) -> &[Item] {
Callers
nothing calls this directly
Calls
1
ItemVec
Class · 0.85
Tested by
no test coverage detected