pub type TrayIconEventReceiver = Receiver<TrayIconEvent>;Available on (Windows or Linux or macOS) and neither iOS nor Android only.
Expand description
A reciever that could be used to listen to tray events.
Aliased Typeยง
pub struct TrayIconEventReceiver { /* private fields */ }