Trait list_fn::Take[][src]

pub trait Take: ListFn {
    fn take(self, count: usize) -> TakeList<Self> { ... }
}

Provided methods

fn take(self, count: usize) -> TakeList<Self>[src]

Implementors

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