pub type CopyDropDownMenuItem = DropDownMenuItem<ExportMethod>;

Aliased Type§

enum CopyDropDownMenuItem {
    Option(ExportMethod),
    OptGroup(Cow<'static, str>, Vec<ExportMethod>),
}

Variants§

§

Option(ExportMethod)

§

OptGroup(Cow<'static, str>, Vec<ExportMethod>)