Trait rs_graph::vec::Indexer

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

A mapper of graph items to indices.

Required Methods

Implementors