Trait petgraph::EdgeType 
                   
                       [−]
                   
               [src]
pub trait EdgeType {
    fn is_directed() -> bool;
}A graph's edge type determines whether is has directed edges or not.
Required Methods
fn is_directed() -> bool
Implementors
impl EdgeType for Directedimpl EdgeType for Undirected