pub trait AbbreviatedDebug {
// Required method
fn abbreviated_fmt(&self, f: &mut Formatter<'_>) -> Result;
}Expand description
Something that can be debug-formatted in an abbreviated way
pub trait AbbreviatedDebug {
// Required method
fn abbreviated_fmt(&self, f: &mut Formatter<'_>) -> Result;
}Something that can be debug-formatted in an abbreviated way