pub trait PluginSummaryRowImpl: ActionRowImpl + 'static {
    // Provided method
    fn update(&self, obj: &PluginSummaryRow) -> PinnedResultFuture<()> { ... }
}

Provided Methods§

Implementors§