Skip to main content

apply_setup

Function apply_setup 

Source
pub fn apply_setup(
    existing: &SetupConfig,
    updates: &SetupUpdates,
) -> Result<SetupConfig, SetupError>
Expand description

Merge updates into existing. Validates; does not mutate existing.