Skip to main content

GatherIndex

Trait GatherIndex 

Source
pub trait GatherIndex: Copy + MaybeSendSync {
    // Required method
    fn to_i64(self) -> i64;
}
Expand description

Index scalar types accepted by GatherPlan.

Required Methods§

Source

fn to_i64(self) -> i64

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl GatherIndex for i32

Source§

fn to_i64(self) -> i64

Source§

impl GatherIndex for i64

Source§

fn to_i64(self) -> i64

Implementors§