Function junobuild_shared::controllers::delete_controllers
source · pub fn delete_controllers(
remove_controllers: &[UserId],
controllers: &mut Controllers,
)Expand description
Removes specified controllers from the set.
§Arguments
remove_controllers: Slice ofUserIdfor the controllers to be removed.controllers: Mutable reference to the current set of controllers to update.