Trait list_fn::Collect[][src]

pub trait Collect: ListFn {
    fn collect(self) -> Vec<Self::Item> { ... }
}

Provided methods

fn collect(self) -> Vec<Self::Item>[src]

Implementors

impl<L: ListFn> Collect for L[src]