Type Definition forc_pkg::BuiltWorkspace
source · pub type BuiltWorkspace = Vec<Arc<BuiltPackage>>;Expand description
The result of successfully compiling a workspace.
pub type BuiltWorkspace = Vec<Arc<BuiltPackage>>;The result of successfully compiling a workspace.