pub trait VariablesExt {
// Required method
fn as_map(&self) -> &HashMap<String, String>;
// Provided method
fn tempfile_paths(&self) -> Vec<PathBuf> { ... }
}
Required Methods§
Provided Methods§
Sourcefn tempfile_paths(&self) -> Vec<PathBuf>
fn tempfile_paths(&self) -> Vec<PathBuf>
Gets a list of tempfile paths in the variable list.