Type Definition daggy::Edges [] [src]

type Edges<'a, E, Ix> = Edges<'a, E, Directed, Ix>;

An iterator yielding all edges to/from some node.