[−][src]Trait error_context::WithContext
Add context to object
Add context to object
type ContextErrorfn with_context(self, context: C) -> Self::ContextErrorimpl<E, C> WithContext<C> for ErrorNoContext<E>[src]type ContextError = ErrorContext<E, C>fn with_context(self, context: C) -> ErrorContext<E, C>[src]impl<E, C, C2> WithContext<C2> for ErrorContext<E, C>[src]type ContextError = ErrorContext<ErrorContext<E, C>, C2>fn with_context(self, context: C2) -> ErrorContext<ErrorContext<E, C>, C2>[src]