pub trait DisplayRaw { fn fmt_raw(this: Ref<'_, Self>, f: &mut Formatter<'_>) -> Result<(), Error>; }
Format trait for an empty format, {}.
{}
Formats the value using the given formatter.