Type Definition fuchsia_triage::WarningVec
source · pub type WarningVec = Vec<String>;
Expand description
Contains all Error, Warning, and Info generated while computing snapshots.
pub type WarningVec = Vec<String>;
Contains all Error, Warning, and Info generated while computing snapshots.