pub trait DebugRaw {
    fn fmt_raw(this: Ref<'_, Self>, f: &mut Formatter<'_>) -> Result<(), Error>;
}
Expand description

? formatting for raw references.

Required Methods

Formats the value using the given formatter.

Implementors