Enum petgraph::EdgeDirection
[−]
[src]
pub enum EdgeDirection { Outgoing, Incoming, }
Edge direction
Variants
Outgoing | A Outgoing edge is an outward edge from the current node. |
Incoming | An Incoming edge is an inbound edge to the current node. |