Searched defs:CargoLockfile (Results 1 – 2 of 2) sorted by relevance
17 pub(crate) type CargoLockfile = cargo_lock::Lockfile; typedef176 pub(crate) fn new(lockfile: CargoLockfile, metadata: &CargoMetadata) -> Result<Self> { in new()211 lockfile: &CargoLockfile, in collect_source_annotations()379 cargo_lockfile: CargoLockfile, in new()
36 fn generate<T: AsRef<Path>>(&self, manifest_path: T) -> Result<(CargoMetadata, CargoLockfile)>; in generate() argument72 fn generate<T: AsRef<Path>>(&self, manifest_path: T) -> Result<(CargoMetadata, CargoLockfile)> { in generate() argument