pub type BuiltWorkspace = Vec<Arc<BuiltPackage>>;
Expand description
The result of successfully compiling a workspace.
Aliased Typeยง
struct BuiltWorkspace { /* private fields */ }
pub type BuiltWorkspace = Vec<Arc<BuiltPackage>>;
The result of successfully compiling a workspace.
struct BuiltWorkspace { /* private fields */ }