Trait list_fn::Take[][src]

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

Provided methods

Implementors