Searched defs:ErrorInner (Results 1 – 1 of 1) sorted by relevance
65 struct ErrorInner { struct66 kind: ErrorKind,68 context: FlatMap<ContextKind, ContextValue>,69 message: Option<Message>,70 source: Option<Box<dyn error::Error + Send + Sync>>,71 help_flag: Option<&'static str>,72 color_when: ColorChoice,73 color_help_when: ColorChoice,74 backtrace: Option<Backtrace>,