Searched defs:ErrorInner (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/error/ |
D | mod.rs | 66 struct ErrorInner { struct 67 kind: ErrorKind, 69 context: FlatMap<ContextKind, ContextValue>, 70 message: Option<Message>, 71 source: Option<Box<dyn error::Error + Send + Sync>>, 72 help_flag: Option<&'static str>, 73 styles: Styles, 74 color_when: ColorChoice, 75 color_help_when: ColorChoice, 76 backtrace: Option<Backtrace>,
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/error/ |
H A D | mod.rs | 66 struct ErrorInner { struct 67 kind: ErrorKind, 69 context: FlatMap<ContextKind, ContextValue>, 70 message: Option<Message>, 71 source: Option<Box<dyn error::Error + Send + Sync>>, 72 help_flag: Option<&'static str>, 73 styles: Styles, 74 color_when: ColorChoice, 75 color_help_when: ColorChoice, 76 backtrace: Option<Backtrace>,
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/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>,
|
/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/ |
D | error.rs | 34 enum ErrorInner { enum
|