Searched defs:ContextError (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/anyhow/src/ |
D | context.rs | 115 impl<C, E> Debug for ContextError<C, E> implementation 128 impl<C, E> Display for ContextError<C, E> implementation 137 impl<C, E> StdError for ContextError<C, E> implementation 152 impl<C> StdError for ContextError<C, Error> implementation
|
D | error.rs | 858 pub(crate) struct ContextError<C, E> { struct 859 pub context: C, 860 pub error: E,
|
/external/rust/crates/nom/src/ |
D | error.rs | 39 pub trait ContextError<I>: Sized { interface 113 impl<I> ContextError<I> for (I, ErrorKind) {} impl 127 impl<I> ContextError<I> for () {} impl
|
/external/autotest/client/cros/networking/ |
D | shill_context.py | 17 class ContextError(Exception): class
|