pub type LockedLobbyState<'a> = MutexGuard<'a, LobbyState>;
struct LockedLobbyState<'a> { /* private fields */ }