Trait list_fn::Collect

source ·
pub trait Collectwhere
    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§