Structs§
- Attachment
Vtable 🔒 - Vtable for type-erased attachment operations.
Functions§
- debug 🔒 ⚠
- Formats an attachment using its handler’s debug implementation.
- display 🔒 ⚠
- Formats an attachment using its handler’s display implementation.
- drop 🔒 ⚠
- Drops the
Box<AttachmentData<A>>instance pointed to by this pointer. - preferred_
formatting_ 🔒 ⚠style - Gets the preferred formatting style using the
H::preferred_formatting_stylefunction.