Trait indexical::IndexedValue
source · pub trait IndexedValue: Clone + PartialEq + Eq + Hash + 'static {
type Index: Idx;
}
Expand description
Links a type to its index.
Should be automatically implemented by the define_index_type
macro.
Required Associated Types§
Object Safety§
This trait is not object safe.