Searched defs:ContextError (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/anyhow/src/ |
D | context.rs | 99 impl<C, E> Debug for ContextError<C, E> implementation 112 impl<C, E> Display for ContextError<C, E> implementation 121 impl<C, E> StdError for ContextError<C, E> implementation 136 impl<C> StdError for ContextError<C, Error> implementation
|
D | error.rs | 832 pub(crate) struct ContextError<C, E> { struct 833 pub context: C, 834 pub error: E,
|
/external/autotest/client/cros/networking/ |
D | shill_context.py | 16 class ContextError(Exception): class
|