pub fn install(redactor: Box<dyn Fn(&str) -> String + Send + Sync>) -> boolExpand description
Install the process-wide redactor. The first call wins; later calls are
ignored and return false, so a second install_observability (or a test
that runs after one) can never swap the scrubber out from under a run.