Type Alias perspective_viewer::components::copy_dropdown::CopyDropDownMenuItem
source · pub type CopyDropDownMenuItem = DropDownMenuItem<ExportMethod>;Aliased Type§
enum CopyDropDownMenuItem {
Option(ExportMethod),
OptGroup(Cow<'static, str>, Vec<ExportMethod>),
}