Trait list_fn::Take

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

Provided Methods§

Implementors§