Type Alias fuchsia_triage::WarningVec
source · pub type WarningVec = Vec<String>;
Expand description
Contains all Error, Warning, and Info generated while computing snapshots.
Aliased Type§
struct WarningVec { /* private fields */ }
pub type WarningVec = Vec<String>;
Contains all Error, Warning, and Info generated while computing snapshots.
struct WarningVec { /* private fields */ }