pub type GraphCreator<A, B> = GraphCreator<A, B>;
Implementation of rome::graph::GraphCreator that can create Graph64 and Graph128.
rome::graph::GraphCreator
pub struct GraphCreator<A, B> { /* private fields */ }