Skip to main content

load_profile

Function load_profile 

Source
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.