pub fn delete_controllers(
remove_controllers: &[UserId],
controllers: &mut Controllers,
)
Expand description
Removes specified controllers from the set.
ยงArguments
remove_controllers
: Slice ofUserId
for the controllers to be removed.controllers
: Mutable reference to the current set of controllers to update.