macro_rules! impl_collectible_graph_for_indexed_graph {
    ($indexed_mutable_graph: ty) => { ... };
    () => { ... };
}
Expand description

Defines the implementation of CollectibleGraph for IndexedGraph.