Trait util::build::Buildable [] [src]

pub trait Buildable<T> {
    fn path(&self) -> PathBuf;
}

Required Methods

Implementors