[][src]Macro sophia::impl_indexed_graph_for_wrapper

macro_rules! impl_indexed_graph_for_wrapper {
    ($wrapper: ty) => { ... };
    () => { ... };
}

Defines the implementation of IndexedGraph for GraphWrapper around another IndexedGraph.