Module attachment

Module attachment 

Source
Expand description

Type-erased attachment data structures.

This module implements type erasure for error report attachments through vtable-based dispatch. The design allows attachments of any type A to be stored uniformly while maintaining the ability to format and inspect them.

ยงStructure

Re-exportsยง

pub use self::raw::RawAttachment;
pub use self::raw::RawAttachmentRef;

Modulesยง

data ๐Ÿ”’
AttachmentData<A> wrapper and field access.
raw ๐Ÿ”’
Type-erased attachment pointer types.
vtable ๐Ÿ”’
Vtable for type-erased attachment operations.