pub type ClientSender = Sender<Packet>;
Channel for sending packets to a connected client
pub struct ClientSender { /* private fields */ }