pub struct CleanDebug<'a, T: ?Sized + Display>(/* private fields */);
Expand description
Implements Debug
from the Display
implementation of value
.
Can be used to give fields a arbitrary str
without surrounding quotes,
for example in fmt::DebugStruct::field
.