tray_icon

Type Alias TrayIconEventReceiver

Source
pub type TrayIconEventReceiver = Receiver<TrayIconEvent>;
Expand description

A reciever that could be used to listen to tray events.

Aliased Typeยง

struct TrayIconEventReceiver { /* private fields */ }