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.
Classes:
__all__
module-attribute
__all__ = ['Builder', 'BuilderArgs']
Builder
tauri_plugin_updater::Builder
Methods:
build
staticmethod
Source code in python/pytauri/src/pytauri_plugins/updater/ffi.py
| @staticmethod
def build(**kwargs: Unpack[BuilderArgs]) -> Plugin: ...
|