Trait polonius_engine::Atom[][src]

pub trait Atom: From<usize> + Into<usize> + Copy + Clone + Debug + Eq + Ord + Hash + 'static {
    fn index(self) -> usize;
}

Required methods

Implementors