Module buildable

Source
Expand description

Define the buildable trait

Buildable traits allows for easier constructing of project structures.

§Buildable Types

Structs§

BuiltBy
Allows for adding “built by” info to non buildable objects
BuiltByContainer
A set of task dependencies

Enums§

BuildableObject
Holds various type of Buildable

Traits§

Buildable
The tasks that are required to be built by this project to make this object. If this is a task, the task is also included.
GetBuildable
IntoBuildable
Represents something can be built by the assemble project.