pub trait DiskIndexValue: 'static + Clone + Debug + PartialEq + Copy + Default + Sync + Send { }

Implementors§