Trait polars_core::chunked_array::ops::TakeIterator[][src]

pub trait TakeIterator: Iterator<Item = usize> {
    fn check_bounds(&self, bound: usize) -> Result<()>;
}

Required methods

Trait Implementations

Implementors