unsafe fn debug<C: 'static, H: ContextHandler<C>>(
ptr: RawReportRef<'_>,
formatter: &mut Formatter<'_>,
) -> ResultExpand description
Formats a report using its handler’s debug implementation.
§Safety
The caller must ensure that the type C matches the actual context type
stored in the ReportData.