ClientEventReceiver

Type Alias ClientEventReceiver 

Source
pub type ClientEventReceiver = Receiver<ClientEvent>;
Expand description

Type alias for the broadcast receiver

Aliased Typeยง

pub struct ClientEventReceiver { /* private fields */ }