Skip to main content

Redactor

Type Alias Redactor 

Source
pub type Redactor = Box<dyn Fn(&str) -> String + Send + Sync>;
Expand description

A scrubber: takes text, returns it with every known secret replaced.

Aliased Typeยง

pub struct Redactor(/* private fields */);