Type Alias SliceMapRefIter

Source
type SliceMapRefIter<'a, Input, Output> = Map<Iter<'a, Input>, for<'c> fn(&'c Input) -> &'c Output>;

Aliased Typeยง

struct SliceMapRefIter<'a, Input, Output> { /* private fields */ }