Structs§
- Report
Vtable 🔒 - 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_stylefunction. - 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