pub type Redactor = Box<dyn Fn(&str) -> String + Send + Sync>;
A scrubber: takes text, returns it with every known secret replaced.
pub struct Redactor(/* private fields */);