pub fn load_profile(
file: &AgmFile,
profile_name: Option<&str>,
) -> Result<AgmFile, LoadError>Expand description
Resolves and applies the named load profile (or the file’s default_load).
See profile::resolve_and_apply for full semantics.