pub trait AsPackageGraph<T: Versioned> { // Required method fn as_package_graph(&self) -> PackageGraph<'_, T>; }