pub async fn insert(
conn: &mut PgConnection,
user_id: Uuid,
role: UserRole,
domain: RoleDomain,
) -> ModelResult<Uuid>
pub async fn insert(
conn: &mut PgConnection,
user_id: Uuid,
role: UserRole,
domain: RoleDomain,
) -> ModelResult<Uuid>