Searched defs:ReportedErrorInfo (Results 1 – 1 of 1) sorted by relevance
37 pub struct ReportedErrorInfo { struct42 impl ReportedErrorInfo { impl44 pub fn tainted_by_errors(error: ErrorGuaranteed) -> ReportedErrorInfo { in tainted_by_errors()55 impl From<ErrorGuaranteed> for ReportedErrorInfo { implementation57 fn from(error: ErrorGuaranteed) -> ReportedErrorInfo { in from()62 impl Into<ErrorGuaranteed> for ReportedErrorInfo { implementation