Skip to main content

install

Function install 

Source
pub fn install(redactor: Box<dyn Fn(&str) -> String + Send + Sync>) -> bool
Expand 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.