Trait petgraph::visit::IntoNodeIdentifiers [] [src]

pub trait IntoNodeIdentifiers: GraphRef {
    type NodeIdentifiers: Iterator<Item=Self::NodeId>;
    fn node_identifiers(self) -> Self::NodeIdentifiers;
    fn node_count(&self) -> usize;
}

Associated Types

Required Methods

Implementors