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

Object Safety§

This trait is not object safe.

Implementors§