MCPcopy Create free account
hub / github.com/dropbox/rust-alloc-no-stdlib / AllocatedSlice

Interface AllocatedSlice

src/allocated_memory/mod.rs:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19pub trait AllocatedSlice<T>
20 : SliceWrapperMut<T> + SliceWrapper<T> + Default {
21}
22
23impl<T, U> AllocatedSlice<T> for U where U : SliceWrapperMut<T> + SliceWrapper<T> + Default {
24

Callers

nothing calls this directly

Implementers 1

mod.rssrc/allocated_memory/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected