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 */ }