#[derive(SilentDebug)]Expand description
Derive the SilentDebug trait, which is an implementation of Debug that does not print the contents of the struct.
This is useful for structs that contain sensitive data, such as private keys.
#[derive(SilentDebug)]Derive the SilentDebug trait, which is an implementation of Debug that does not print the contents of the struct.
This is useful for structs that contain sensitive data, such as private keys.