Lines Matching defs:Output
549 /// Flattens a slice of `T` into a single value `Self::Output`.
559 pub fn concat<Item: ?Sized>(&self) -> <Self as Concat<Item>>::Output
566 /// Flattens a slice of `T` into a single value `Self::Output`, placing a
578 pub fn join<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output
585 /// Flattens a slice of `T` into a single value `Self::Output`, placing a
598 pub fn connect<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output
688 type Output;
692 fn concat(slice: &Self) -> Self::Output;
700 type Output;
704 fn join(slice: &Self, sep: Separator) -> Self::Output;
710 type Output = Vec<T>;
725 type Output = Vec<T>;
748 type Output = Vec<T>;