pub trait RoomIdGenerator: Debug + Send + Sync { fn generate(&mut self) -> String; }
Trait for objects capable of generating a user ID.