Module plugin

Module plugin 

Source
Expand description

The Tauri plugin extension to expand Tauri functionality.

Structs§

Builder
Builds a TauriPlugin.
PluginApi
Api exposed to the plugin setup hook.
PluginHandle
A handle to a plugin.
TauriPlugin
Plugin struct that is returned by the Builder. Should only be constructed through the builder.

Enums§

BuilderError
Errors that can happen during Builder.
PermissionState
Permission state.

Traits§

Plugin
The plugin interface.