Trait de_lobby_client::requestable::LobbyRequest

source ·
pub trait LobbyRequest: Sync + Send + 'static {
    type Response: DeserializeOwned + Sync + Send + 'static;
}

Required Associated Types§

Implementors§