pub trait RedactedOutputExt {
// Required method
fn redacted_output(&self) -> RedactedOutputRef<'_, Self>
where Self: Sized;
}Expand description
Extension trait to obtain a redacted output wrapper.
Required Methods§
Sourcefn redacted_output(&self) -> RedactedOutputRef<'_, Self>where
Self: Sized,
fn redacted_output(&self) -> RedactedOutputRef<'_, Self>where
Self: Sized,
Wraps the value for explicit logging-safe output.