debug

Function debug 

Source
unsafe fn debug<C: 'static, H: ContextHandler<C>>(
    ptr: RawReportRef<'_>,
    formatter: &mut Formatter<'_>,
) -> Result
Expand description

Formats a report using its handler’s debug implementation.

§Safety

The caller must ensure:

  1. The type C matches the actual context type stored in the ReportData