Trait lit::VariablesExt[][src]

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

    fn tempfile_paths(&self) -> Vec<PathBuf>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
{ ... } }

Required methods

Provided methods

Gets a list of tempfile paths in the variable list.

Implementors