pub type User = Role;
A PostgreSQL user (alias for Role).
Role
A user is a role with the LOGIN attribute.
LOGIN
pub struct User(/* private fields */);