Expand description
Bounded Tauri command adapter for the shared native binding backend.
The adapter owns neither logger configuration nor lifecycle. A host keeps
its CoreLoggerOwner/LogGuard and passes only the shared backend here.
Structs§
- Adapter
- Adapter state that can be managed by a Tauri application or exercised by a host test.
- Adapter
Policy - Host-selected policy applied before any backend call.
Enums§
- Wire
Result - Serializable result discriminator used by every plugin command.
Functions§
- plugin
- Register the isolated plugin after validating all host policy.