diff options
Diffstat (limited to 'common/src/user.rs')
| -rw-r--r-- | common/src/user.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/src/user.rs b/common/src/user.rs index 636046f..6511b10 100644 --- a/common/src/user.rs +++ b/common/src/user.rs @@ -4,7 +4,9 @@ Copyright (C) 2026 metamuffin <metamuffin.org> */ -use jellyobject::{Tag, enums, fields}; +use jellyobject::{Object, Tag, enums, fields}; + +pub type User<'a> = Object<'a>; fields! { USER_LOGIN: &str = b"Ulgn"; |