Trait alloc_no_stdlib::AllocatedSlice

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