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