Trait pill_core::PillSlotMapKey [−][src]
pub unsafe trait PillSlotMapKey: From<PillSlotMapKeyData> + Copy + Clone + Default + Eq + PartialEq + Ord + PartialOrd + Hash + Debug {
fn data(&self) -> PillSlotMapKeyData;
fn null() -> Self { ... }
fn is_null(&self) -> bool { ... }
}