MCPcopy 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
11impl<Item> Default for ItemVec<Item> {
12 fn default() -> Self {
13 ItemVec(Vec::<Item>::new())
14 }
15}
16impl<Item> SliceWrapper<Item> for ItemVec<Item> {
17 fn slice(&self) -> &[Item] {

Callers

nothing calls this directly

Calls 1

ItemVecClass · 0.85

Tested by

no test coverage detected