pub fn interp_required(
ctx: &ProvisionContext<'_>,
config: &BTreeMap<String, Value>,
key: &str,
) -> Result<String, IntegrationError>Expand description
Read a required string field and interpolate ${...} references.
pub fn interp_required(
ctx: &ProvisionContext<'_>,
config: &BTreeMap<String, Value>,
key: &str,
) -> Result<String, IntegrationError>Read a required string field and interpolate ${...} references.