pub trait WithStartNode: DirectedGraph {
    fn start_node(&self) -> Self::Node;
}

Required Methods

Implementations on Foreign Types

Implementors