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.
pub async fn role_attributes<'e>(
executor: impl PgExecutor<'e>,
role: &str,
) -> Result<Option<RoleAttributes>>Read a named role’s attributes. None when no such role exists.