forc_pkg

Type Alias BuiltWorkspace

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

The result of successfully compiling a workspace.

Aliased Typeยง

struct BuiltWorkspace { /* private fields */ }