Trait petgraph::visit::IntoEdgeReferences [] [src]

pub trait IntoEdgeReferences: GraphEdgeRef {
    type EdgeReferences: Iterator<Item=Self::EdgeRef>;
    fn edge_references(self) -> Self::EdgeReferences;
}

Associated Types

Required Methods

Implementors