MenuEventReceiver

Type Alias MenuEventReceiver 

Source
pub type MenuEventReceiver = Receiver<MenuEvent>;
Available on (Windows or Linux or macOS) and neither iOS nor Android only.
Expand description

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

Aliased Typeยง

pub struct MenuEventReceiver { /* private fields */ }