Skip to main content

User

Type Alias User 

Source
pub type User = Role;
Expand description

A PostgreSQL user (alias for Role).

A user is a role with the LOGIN attribute.

Aliased Typeยง

pub struct User(/* private fields */);