alloc_no_stdlib
2.0.4
AllocatedSlice
Object Safety
Implementors
In alloc_no_stdlib::allocated_memory
Trait
alloc_no_stdlib
::
allocated_memory
::
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
,