pub type CrashReporterFileReportResult = Result<FileReportResults, FilingError>;
Aliased Type§
enum CrashReporterFileReportResult {
Ok(FileReportResults),
Err(FilingError),
}
Variants§
Ok(FileReportResults)
Contains the success value
Err(FilingError)
Contains the error value