Skip to content

pytauri_plugins.opener.ffi

Original FFI interface module.

Warning

All APIs under this module should not be considered stable. You should use the re-exported APIs under the top-level module.

Functions:

Name Description
init

__all__ module-attribute

__all__ = ['init']

init

init() -> Plugin

tauri_plugin_opener::init

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