Trait list_fn::Collect[][src]

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

Provided methods

Implementors