Trait GetBuildable

Source
pub trait GetBuildable {
    // Required method
    fn as_buildable(&self) -> BuildableObject;
}

Required Methods§

Source

fn as_buildable(&self) -> BuildableObject

Returns a dependency which contains the tasks which build this object.

Implementations on Foreign Types§

Source§

impl GetBuildable for PathBuf

Implementors§