pub async fn persist_boot_config(
infra: &InfraContext<'_>,
token: &str,
changeset: &BootConfigChangeset,
new_runtime_configuration_opt: Option<&str>,
) -> Result<(), Error>Expand description
Persist boot configuration changes.
pub async fn persist_boot_config(
infra: &InfraContext<'_>,
token: &str,
changeset: &BootConfigChangeset,
new_runtime_configuration_opt: Option<&str>,
) -> Result<(), Error>Persist boot configuration changes.