Skip to main content

ToRedactedOutput

Trait ToRedactedOutput 

Source
pub trait ToRedactedOutput {
    // Required method
    fn to_redacted_output(&self) -> RedactedOutput;
}
Expand description

Produces a logging-safe output representation.

Required Methods§

Implementors§