Type Alias UserId

Source
pub type UserId = Id<UserMarker>;
Expand description

ID with a user marker.

Aliased Typeยง

struct UserId { /* private fields */ }