Searched defs:ContextError (Results 1 – 4 of 4) 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 | 841 pub(crate) struct ContextError<C, E> { struct 842 pub context: C, 843 pub error: E,
|
/external/rust/crates/nom/src/ |
D | error.rs | 39 pub trait ContextError<I>: Sized { trait 113 impl<I> ContextError<I> for (I, ErrorKind) {} impl 127 impl<I> ContextError<I> for () {} implementation
|
/external/autotest/client/cros/networking/ |
D | shill_context.py | 16 class ContextError(Exception): class
|