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.