Searched defs:ErrorInner (Results 1 – 3 of 3) sorted by relevance
| /external/rust/crates/clap/src/error/ |
| D | mod.rs | 65 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>,
|
| /external/rust/crates/clap/3.2.23/src/error/ |
| D | mod.rs | 57 struct ErrorInner { struct 58 kind: ErrorKind, 59 context: Vec<(ContextKind, ContextValue)>, 60 message: Option<Message>, 61 source: Option<Box<dyn error::Error + Send + Sync>>, 62 help_flag: Option<&'static str>, 63 color_when: ColorChoice, 64 wait_on_exit: bool, 65 backtrace: Option<Backtrace>,
|
| /external/rust/crates/walkdir/src/ |
| D | error.rs | 34 enum ErrorInner { enum
|