pub const Server = struct { id: u32 = 0 }; pub const Client = struct { id: u32 = 0 };