Trait VariablesExt

Source
pub trait VariablesExt {
    // Required method
    fn as_map(&self) -> &HashMap<String, String>;

    // Provided method
    fn tempfile_paths(&self) -> Vec<PathBuf> { ... }
}

Required Methods§

Provided Methods§

Source

fn tempfile_paths(&self) -> Vec<PathBuf>

Gets a list of tempfile paths in the variable list.

Implementors§