pub trait Slicewhere
    Self: Slice<Range<usize>>,
    Self: Slice<RangeTo<usize>>,
    Self: Slice<RangeFrom<usize>>,
{ }

Implementors