Importing X-FABFIRE auth mechanism

This commit is contained in:
Nadja Reitzenstein
2022-03-16 19:29:36 +01:00
parent cb8cda39cd
commit 538b0b28f1
6 changed files with 745 additions and 3 deletions

View File

@ -69,7 +69,7 @@ impl UserRef {
static USERDB: OnceCell<UserDB> = OnceCell::new();
#[derive(Copy, Clone)]
#[derive(Copy, Clone, Debug)]
#[repr(transparent)]
pub struct Users {
userdb: &'static UserDB,