Type Definition daggy::Edges[][src]

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

An iterator yielding all edges to/from some node.