Trait const_it::SliceIndex
source · pub trait SliceIndex<T: ?Sized>: Sealed {
type Output: ?Sized;
}Expand description
This trait is similar to the SliceIndex trait in std/core, but it’s
implemented for array types too.
Required Associated Types§
Object Safety§
This trait is not object safe.