Hey, it'd be neat if you could do types with structstruck too. Something like this: ```rust struct UserMap { user_id: type UserId = u64, contact: struct Contact { email: type Email = String, phone: type PhoneNumber = String, } } ```