Skip to main content

Buildable

Trait Buildable 

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

Required Methods§

Source

fn path(&self) -> PathBuf

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§