pub type DiagnosticsRedactorHandle = Arc<Redactor>;Expand description
A cheaply-clonable Arc<Redactor> managed as Tauri state.
Built once at startup with RedactionLevel::Full and injected into
every command that needs to redact text before including it in a bundle.
Aliased Typeยง
pub struct DiagnosticsRedactorHandle { /* private fields */ }