Trait consalign::HashIndex

pub trait HashIndex: Unsigned + PrimInt + Hash + FromPrimitive + ToPrimitive + Clone + Integer + Eq + One + Ord + Display + Sync + Send { }

Implementors§

§

impl<T> HashIndex for Twhere T: Unsigned + PrimInt + Hash + FromPrimitive + Integer + One + Ord + Display + Sync + Send,