Skip to main content

rename_profile_impl

Function rename_profile_impl 

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