Trait list_fn::Collect[][src]

pub trait Collect where
    Self: ListFn,
    Self::End: ResultFn
{ fn collect<C: Collection<Item = Self::Item>>(
        self,
        c: C
    ) -> CollectResult<C, <Self::End as ResultFn>::Result> { ... } }

Provided methods

Implementors