Variables

Type Alias Variables 

Source
pub type Variables = HashMap<String, String>;

Aliased Type§

pub struct Variables { /* private fields */ }

Trait Implementations§

Source§

impl VariablesExt for Variables

Source§

fn as_map(&self) -> &Self

Source§

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

Gets a list of tempfile paths in the variable list.