rootcause_internals/report/
mod.rs

1//! Module containing the main attachment report data structure
2
3mod data;
4mod raw;
5mod vtable;
6
7pub use raw::{RawReport, RawReportMut, RawReportRef};