pub fn apply_setup(
existing: &SetupConfig,
updates: &SetupUpdates,
) -> Result<SetupConfig, SetupError>Expand description
Merge updates into existing. Validates; does not mutate existing.
pub fn apply_setup(
existing: &SetupConfig,
updates: &SetupUpdates,
) -> Result<SetupConfig, SetupError>Merge updates into existing. Validates; does not mutate existing.