alloc_
no_
stdlib
2.0.4
Allocated
Slice
Object Safety
Implementors
In crate alloc_
no_
stdlib
alloc_no_stdlib
Trait
AllocatedSlice
Copy item path
source
pub trait AllocatedSlice<T>:
SliceWrapperMut
<T> +
SliceWrapper
<T> +
Default
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T, U>
AllocatedSlice
<T> for U
where U:
SliceWrapperMut
<T> +
SliceWrapper
<T> +
Default
,