SubMenu

Type Alias SubMenu 

Source
pub type SubMenu = Menu<SubMenuKind>;
Available on crate feature ui only.
Expand description

A submenu or popup menu.

Can for example be used with crate::ui::window::NotificationIcon.

Aliased Typeยง

pub struct SubMenu { /* private fields */ }