pub trait PluginSummaryRowImplExt: ObjectSubclass {
    // Required method
    fn parent_update(&self, obj: &PluginSummaryRow) -> PinnedResultFuture<()>;
}

Required Methods§

Implementors§