Crate tauri_plugin_pytauri

Crate tauri_plugin_pytauri 

Source
Expand description

This crate is currently only used internally by pytauri to implement IPC communication between the frontend and Python.

Structs§

PyInvokeHandlerStateError
This error indicates that the extension is not initialized

Traits§

PyInvokeHandlerExt
Gets the py_invoke_handler passed in when initializing the plugin.

Functions§

init
Initializes the plugin.

Type Aliases§

PyInvokeHandlerStateResult