fn validate_technology_defaults(
context_override: &[ConfigContextSettings],
) -> impl FnOnce(&Option<ConfigTechnologySettings>, &()) -> Result + '_Expand description
Validates that the in a ConfigFile technology defaults are set, if no context override
is provided.
ยงErrors
Returns an error, if the technology_defaults is None and context_override has no
entries.