Expand description
The Tauri plugin extension to expand Tauri functionality.
Structs§
- Builder
- Builds a
TauriPlugin. - Plugin
Api - Api exposed to the plugin setup hook.
- Plugin
Handle - A handle to a plugin.
- Tauri
Plugin - Plugin struct that is returned by the
Builder. Should only be constructed through the builder.
Enums§
- Builder
Error - Errors that can happen during
Builder. - Permission
State - Permission state.
Traits§
- Plugin
- The plugin interface.