Type Alias SliceIter

Source
pub type SliceIter<'a, T> = Iter<'a, T>;

Aliased Typeยง

struct SliceIter<'a, T> { /* private fields */ }