perspective_viewer::components::copy_dropdown

Type Alias CopyDropDownMenuItem

Source
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>)