pub trait GetGraphType { // Required method fn graph_type(&self) -> GraphType; }
Return the graph’s type