pub type PackageGraphType = DiGraph<String, DependencyType>;

Aliased Type§

struct PackageGraphType { /* private fields */ }