Type Alias AttachmentDataVec

Source
type AttachmentDataVec<T> = ArrayVec<T, MAX_TOTAL_ATTACHMENTS>;

Aliased Typeยง

#[repr(C)]
struct AttachmentDataVec<T> { /* private fields */ }