pub trait Idx: Copy + PartialEq + Eq + Hash { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Copy + PartialEq + Eq + Hash> Idx for T