pub trait IndexValue: 'static + IsCached + Clone + Debug + PartialEq + ZeroLamport + Copy + Default + Sync + Send { }

Implementors