Type Alias swh_graph::graph_builder::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 */ }