ClientEventWatcher

Type Alias ClientEventWatcher 

Source
pub type ClientEventWatcher = Receiver<Option<ClientEvent>>;
Expand description

Type alias for the watch receiver

Aliased Typeยง

pub struct ClientEventWatcher { /* private fields */ }