pub trait Node { // Required method fn index(&self) -> usize; }
index
returns: Option<CowSelf::Node>
use graph_theory::GraphEngine;