[][src]Trait polonius_engine::Atom

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

Required methods

fn index(self) -> usize

Loading content...

Implementors

Loading content...