Type Alias veloren_network::channel::C2cMpscConnect

source ยท
pub(crate) type C2cMpscConnect = (Sender<MpscMsg>, Sender<Sender<MpscMsg>>);