Trait rs_graph::vec::Indexer[][src]

pub trait Indexer<G, I> {
    fn index(g: &G, item: I) -> usize;
}

A mapper of graph items to indices.

Required Methods

Implementors