Trait deferred_reference::SliceLike [−][src]
This trait is implemented for all slice-like structures. Currently there are only 2 of these types: arrays [T; N] and slices [T].
This trait is implemented for all slice-like structures. Currently there are only 2 of these types: arrays [T; N] and slices [T].
impl<T> SliceLike for [T][src]type Element = Timpl<T, const N: usize> SliceLike for [T; N][src]type Element = T