Searched defs:ErrorTrace (Results 1 – 1 of 1) sorted by relevance
32 pub struct ErrorTrace(Vec<ErrorTraceDetail>); struct33 impl core::convert::AsRef<[ErrorTraceDetail]> for ErrorTrace { implementation100 impl core::fmt::Display for ErrorTrace { implementation