pub fn remove_user()
Expand description

Removes a user.

Examples

let mut user = User::new();
user.insert("id", 1);
user.set();

remove_user();