Trait smartdeploy_cli::Pwd

source ·
pub trait Pwd {
    // Required method
    fn set_pwd(&mut self, pwd: &Path);
}

Required Methods§

source

fn set_pwd(&mut self, pwd: &Path)

Implementors§