Searched defs:ContextError (Results 1 – 1 of 1) sorted by relevance
39 pub trait ContextError<I>: Sized { interface113 impl<I> ContextError<I> for (I, ErrorKind) {} impl127 impl<I> ContextError<I> for () {} impl