pint_pkg::plan

Type Alias PinnedManifests

source
pub type PinnedManifests = HashMap<PinnedId, ManifestFile>;
Expand description

A set of manifests that have been pinned during construction of the compilation plan.

Aliased Typeยง

struct PinnedManifests { /* private fields */ }