rootcause_internals/attachment/
mod.rs

1//! Module containing the main attachment data structure
2
3mod data;
4mod raw;
5mod vtable;
6
7pub use self::raw::{RawAttachment, RawAttachmentRef};