Trait fedimint_core::fmt_utils::AbbreviatedDebug
source · 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