Module vtable

Module vtable 

Source

Structs§

ReportVtable 🔒
Vtable for type-erased report operations.

Functions§

clone_arc 🔒
Clones the triomphe::Arc<ReportData<C>> instance pointed to by this pointer.
debug 🔒
Formats a report using its handler’s debug implementation.
display 🔒
Formats a report using its handler’s display implementation.
drop 🔒
Drops the triomphe::Arc<ReportData<C>> instance pointed to by this pointer.
preferred_context_formatting_style 🔒
Gets the preferred formatting style using the H::preferred_formatting_style function.
source 🔒
Gets the source error from a report using its handler’s source implementation.
strong_count 🔒
Gets the strong count of the underlying triomphe::Arc