Function testdrive::action::substitute_vars[][src]

fn substitute_vars(
    msg: &str,
    vars: &HashMap<String, String>,
    ignore_prefix: &Option<String>,
    regex_escape: bool
) -> Result<String, Error>
Expand description

Substituted ${}-delimited variables from vars into msg