Skip to content

pytauri_plugins.websocket

tauri_plugin_websocket::self

Modules:

Name Description
ffi

Original FFI interface module.

Functions:

Name Description
init

__all__ module-attribute

__all__ = ['init']

init

init() -> Plugin

tauri_plugin_websocket::init

Source code in python/pytauri/src/pytauri_plugins/websocket/ffi.py
def init() -> Plugin:
    """[tauri_plugin_websocket::init](https://docs.rs/tauri-plugin-websocket/latest/tauri_plugin_websocket/fn.init.html)"""
    ...