Trait petgraph::visit::Graphlike [] [src]

pub trait Graphlike {
    type NodeId: Clone;
}

Base trait for graphs that defines the node identifier.

Associated Types

type NodeId: Clone

Implementors