Home
last modified time | relevance | path

Searched defs:ContextError (Results 1 – 4 of 4) 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.rs841 pub(crate) struct ContextError<C, E> { struct
842 pub context: C,
843 pub error: E,
/external/rust/crates/nom/src/
Derror.rs39 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/
Dshill_context.py16 class ContextError(Exception): class