Home
last modified time | relevance | path

Searched defs:ErrorInner (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/clap/src/error/
Dmod.rs65 struct ErrorInner { struct
66 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>,