Struct armorlib::scan_result::ScanResult
[−]
[src]
pub struct ScanResult {
pub reports: Vec<ScanReport>,
}A struct that represents a scan result. It is a wrapper for ScanReports created by
ScanModules.
Fields
reports: Vec<ScanReport>