pub trait DebugRaw { fn fmt_raw(this: Ref<'_, Self>, f: &mut Formatter<'_>) -> Result<(), Error>; }
? formatting for raw references.
?
Formats the value using the given formatter.