pub trait GraphCreate { type Graph<R>; }
graphviz
Convenience so that types which derive Graph can be easily accessed.
Graph