tauri_runtime_wry

Trait PluginBuilder

Source
pub trait PluginBuilder<T: UserEvent> {
    type Plugin: Plugin<T>;

    // Required method
    fn build(self, context: Context<T>) -> Self::Plugin;
}

Required Associated Types§

Required Methods§

Source

fn build(self, context: Context<T>) -> Self::Plugin

Implementors§