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

Provided Methods§

Implementors§