pub trait DisplayOnlyForDebugging {
// Required method
fn display_only_for_debugging(&self) -> String;
}Required Methods§
Sourcefn display_only_for_debugging(&self) -> String
fn display_only_for_debugging(&self) -> String
Obfusctate a part of the object.