Trait daggy::petgraph::visit::Graphlike
[−]
[src]
pub trait Graphlike {
type NodeId: Clone;
}Base trait for graphs that defines the node identifier.