Trait jamsocket_server::RoomIdGenerator[][src]

pub trait RoomIdGenerator: Debug + Send + Sync {
    fn generate(&mut self) -> String;
}
Expand description

Trait for objects capable of generating a user ID.

Required methods

Implementors