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