pub async fn rename_profile_impl(
scheduler: &Scheduler,
from: String,
to: String,
) -> Result<(), String>Expand description
State-mutation core for rename_profile. Updates the active-name
pointer if the renamed profile happens to be active.