pub fn interpolate(input: &str) -> Result<String, UnresolvedEnvVarError>
Expand description
Replaces all Env var placeholders in the input string with the values they hold
pub fn interpolate(input: &str) -> Result<String, UnresolvedEnvVarError>
Replaces all Env var placeholders in the input string with the values they hold