Home
last modified time | relevance | path

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

/external/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>,
/external/rust/crates/clap/3.2.23/src/error/
Dmod.rs57 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/
Derror.rs34 enum ErrorInner { enum