[][src]Trait tuples::tuple_iter::TupleCollect

pub trait TupleCollect<T> {
    fn collect_tuple<B: TupleFromIter<T>>(self) -> B;
}

Required methods

fn collect_tuple<B: TupleFromIter<T>>(self) -> B

Loading content...

Implementors

impl<I: IntoIterator<Item = T>, T> TupleCollect<T> for I[src]

Loading content...