Type Alias ValidAtoms

Source
type ValidAtoms = HashMap<Label, PathBuf>;
Expand description

A HashMap containing all valid atoms in the current workspace.

The map links an Label to the file path of its manifest.

Aliased Typeยง

struct ValidAtoms { /* private fields */ }