Type Alias forc_pkg::BuiltWorkspace

source ·
pub type BuiltWorkspace = Vec<Arc<BuiltPackage>>;
Expand description

The result of successfully compiling a workspace.

Aliased Type§

struct BuiltWorkspace { /* private fields */ }