pub trait GatherIndex: Copy + MaybeSendSync {
// Required method
fn to_i64(self) -> i64;
}Expand description
Index scalar types accepted by GatherPlan.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.