pub type UserID = String;
UserID is the unique ID of a User.
pub struct UserID { /* private fields */ }