pub fn load_yaml_profile_map(
path: &Path,
) -> Result<Arc<ProfileMap>, ProviderError>Expand description
Load a profile map from a YAML file at path.
ยงErrors
Returns ProviderError on I/O failure, size-cap breach, YAML parse,
or validation rejection.