pub trait ToRedactedOutput {
// Required method
fn to_redacted_output(&self) -> RedactedOutput;
}Expand description
Produces a logging-safe output representation.
pub trait ToRedactedOutput {
// Required method
fn to_redacted_output(&self) -> RedactedOutput;
}Produces a logging-safe output representation.