Trait one_way_slot_map::SlotMapKey[][src]

pub trait SlotMapKey<T>: 'static + From<(T, SlotMapKeyData)> + Borrow<SlotMapKeyData> { }
Expand description

Trait required for any type used as a slot map key.

Implementors