[][src]Trait filecheck::VariableMap

pub trait VariableMap {
    fn lookup(&self, varname: &str) -> Option<Value>;
}

Resolve variables by name.

Required methods

fn lookup(&self, varname: &str) -> Option<Value>

Get the value of the variable varname, or return None for an unknown variable name.

Loading content...

Implementations on Foreign Types

impl VariableMap for ()[src]

Loading content...

Implementors

Loading content...