Type Alias Cloned

Source
pub type Cloned<S> = MapBorrowed<S, for<'a> fn(&<S as Slice>::Output) -> <S as Slice>::Output>;
Expand description

Clones each item on access; see SliceBorrowed::cloned.

Aliased Type§

pub struct Cloned<S>(pub S, pub for<'a> fn(&<S as Slice>::Output) -> <S as Slice>::Output);

Tuple Fields§

§0: S§1: for<'a> fn(&<S as Slice>::Output) -> <S as Slice>::Output