Type Definition forc_pkg::BuiltWorkspace

source ·
pub type BuiltWorkspace = HashMap<String, BuiltPackage>;
Expand description

The result of successfully compiling a workspace.

This is a map from each member package name to its associated built package.