pub fn int_required(
ctx: &ProvisionContext<'_>,
config: &BTreeMap<String, Value>,
key: &str,
) -> Result<i64, IntegrationError>Expand description
Read a required integer field (e.g. a port) from the effective config.
pub fn int_required(
ctx: &ProvisionContext<'_>,
config: &BTreeMap<String, Value>,
key: &str,
) -> Result<i64, IntegrationError>Read a required integer field (e.g. a port) from the effective config.