Skip to main content

GetWorkdir

Trait GetWorkdir 

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

Required Methods§

Source

fn workdir(&self) -> PathBuf

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§