swh_graph::graph_builder

Type Alias BuiltGraph

Source
pub type BuiltGraph = SwhBidirectionalGraph<SwhGraphProperties<VecMaps, VecTimestamps, VecPersons, VecContents, VecStrings, VecLabelNames>, Zip<Left<VecGraph>, Right<VecGraph<Vec<u64>>>>, Zip<Left<VecGraph>, Right<VecGraph<Vec<u64>>>>>;

Aliased Typeยง

struct BuiltGraph { /* private fields */ }