pub fn remove_user(name: &str) -> Result<()>
Expand description

Revokes access to the computer from a user.

The name parameter is the Minecraft username of the user to revoke access from.

§Errors

  • Other is returned if the user is not on the ACL.