pub trait PluginSummaryRowExt {
    // Required methods
    fn update(&self) -> PinnedResultFuture<()>;
    fn plugin_name(&self) -> PluginName;
}
Expand description

PluginSummaryRowExt is implemented by all subclasses of PluginSummaryRow.

Required Methods§

source

fn update(&self) -> PinnedResultFuture<()>

Update the PluginSummaryRow’s data

source

fn plugin_name(&self) -> PluginName

Implementors§