Expand description
Define the buildable trait
Buildable traits allows for easier constructing of project structures.
§Buildable Types
String
,&str
, orTaskId
- Any type that implements
TaskDependency
- Any type that implements
Buildable
FileCollection
Structs§
- BuiltBy
- Allows for adding “built by” info to non buildable objects
- Built
ByContainer - A set of task dependencies
Enums§
- Buildable
Object - 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
- Into
Buildable - Represents something can be built by the assemble project.