UserId

Type Alias UserId 

Source
pub type UserId = u64;
Expand description

User identifier type.

You can use in your own code any ID type you want that convertible into u64.