ClientSender

Type Alias ClientSender 

Source
pub type ClientSender = Sender<Packet>;
Expand description

Channel for sending packets to a connected client

Aliased Typeยง

pub struct ClientSender { /* private fields */ }