pub trait GetBuildable {
// Required method
fn as_buildable(&self) -> BuildableObject;
}
Required Methods§
Sourcefn as_buildable(&self) -> BuildableObject
fn as_buildable(&self) -> BuildableObject
Returns a dependency which contains the tasks which build this object.