Trait mol_core::package::AsPackageGraph[][src]

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

Required methods

Implementations on Foreign Types

Implementors