//! General trait implementations for the cubeCL backend to simplify this
usecubecl::frontend::{CubePrimitive, Float};usecubecl::CubeElement;/// Trait for GPU-accelerated operations in ann-search-rs
pubtraitAnnSearchGpuFloat: Float + CubePrimitive + CubeElement {}impl<T> AnnSearchGpuFloat forTwhere T: Float + CubePrimitive + CubeElement {}