Trait arrow2::array::Index[][src]

pub trait Index: NativeType {
    fn to_usize(&self) -> usize;
}
Expand description

Trait describing any type that can be used to index a slot of an array.

Required methods

Implementations on Foreign Types

Implementors