Skip to main content

Crate sc_observability_tauri

Crate sc_observability_tauri 

Source
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.
AdapterPolicy
Host-selected policy applied before any backend call.

Enums§

WireResult
Serializable result discriminator used by every plugin command.

Functions§

plugin
Register the isolated plugin after validating all host policy.