pub fn emit_process_unredacted<T: Serialize>(
code: &str,
payload: &T,
) -> Result<(), Error>Expand description
Emit a result with redaction disabled through the process-wide route.
This is reserved for explicit reveal commands whose payload contains no unrelated secrets.