Home
last modified time | relevance | path

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

/external/rust/crates/anyhow/src/
Dcontext.rs115 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
Derror.rs858 pub(crate) struct ContextError<C, E> { struct
859 pub context: C,
860 pub error: E,
/external/rust/crates/nom/src/
Derror.rs39 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/
Dshill_context.py17 class ContextError(Exception): class