Searched defs:ErrorTrace (Results 1 – 1 of 1) sorted by relevance
25 pub struct ErrorTrace(Vec<ErrorTraceDetail>); struct26 impl std::convert::AsRef<[ErrorTraceDetail]> for ErrorTrace { implementation93 impl std::fmt::Display for ErrorTrace { implementation