Expand description
Functions§
- new
- Create a dyn slice from a slice of a type that implements
Debug. - new_mut
- Create a mutable dyn slice from a mutable slice of a type that implements
Debug.
Type Aliases§
- Dyn
- An alias for
dynDebug. - Slice
- An alias for
&dyn [Debug](DynSlice<Dyn>). - Slice
Mut - An alias for
&mut dyn [Debug](DynSliceMut<Dyn>).