Home
last modified time | relevance | path

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

/external/rust/crates/anyhow/src/
Dcontext.rs99 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
Derror.rs832 pub(crate) struct ContextError<C, E> { struct
833 pub context: C,
834 pub error: E,
/external/autotest/client/cros/networking/
Dshill_context.py16 class ContextError(Exception): class