Skip to main content

GetTargetDir

Trait GetTargetDir 

Source
pub trait GetTargetDir {
    // Required method
    fn get_target_dir(&self) -> PathBuf;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§