pub trait PluginOverviewRowExt {
    // Required methods
    fn icon_name(&self) -> String;
    fn icon_widget(&self) -> Image;
    fn plugin_name(&self) -> PluginName;
}

Required Methods§

Implementors§