Type Definition rs_graph::linkedlistgraph::InIt[][src]

type InIt<ID> = NeighIt<ID>;

A graph iterator over edges entering a node.