Type Alias TempSliceIter

Source
pub type TempSliceIter<T> = MappedTempRepr<Iter<'static, T>>;

Aliased Typeยง

pub struct TempSliceIter<T>(/* private fields */);