[−][src]Trait petgraph::EdgeType
A graph's edge type determines whether is has directed edges or not.
A graph's edge type determines whether is has directed edges or not.
fn is_directed() -> bool
impl EdgeType for Directed
[src]fn is_directed() -> bool
[src]impl EdgeType for Undirected
[src]fn is_directed() -> bool
[src]