Type Alias CopyDropDownMenuItem

Source
pub type CopyDropDownMenuItem = DropDownMenuItem<ExportFile>;

Aliased Type§

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

Variants§

§

Option(ExportFile)

§

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