Skip to main content

WorkspaceEnvironment

Trait WorkspaceEnvironment 

Source
trait WorkspaceEnvironment {
    // Required methods
    fn var(&self, key: &str) -> Option<String>;
    fn current_dir(&self) -> Option<PathBuf>;
}

Required Methods§

Source

fn var(&self, key: &str) -> Option<String>

Source

fn current_dir(&self) -> Option<PathBuf>

Implementors§