MCPcopy Index your code
hub / github.com/dropbox/rust-alloc-no-stdlib / into

Method into

alloc-stdlib/src/heap_alloc.rs:19–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17
18impl<T> Into<Box<[T]>> for WrapBox<T> {
19 fn into(self) -> Box<[T]> {
20 self.0
21 }
22}
23
24impl<T> Default for WrapBox<T> {

Callers 1

alloc_cellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected