Skip to main content

role_attributes

Function role_attributes 

Source
pub async fn role_attributes<'e>(
    executor: impl PgExecutor<'e>,
    role: &str,
) -> Result<Option<RoleAttributes>>
Expand description

Read a named role’s attributes. None when no such role exists.