Type Alias veloren_network::api::A2sDisconnect

source ·
type A2sDisconnect = Arc<Mutex<Option<UnboundedSender<(Pid, (Duration, Sender<Result<(), ParticipantError>>))>>>>;

Aliased Type§

struct A2sDisconnect { /* private fields */ }