[][src]Trait sentry_error_chain::ErrorChainHubExt

pub trait ErrorChainHubExt {
    fn capture_error_chain<T>(&self, e: &T) -> Uuid
    where
        T: ChainedError,
        T::ErrorKind: Debug + Display
; }
👎 Deprecated:

The error_chain integration is deprecated and will be removed in the future.

Hub extension methods for working with error chain

Required methods

fn capture_error_chain<T>(&self, e: &T) -> Uuid where
    T: ChainedError,
    T::ErrorKind: Debug + Display

👎 Deprecated:

The error_chain integration is deprecated and will be removed in the future.

Captures an error chain on a specific hub.

Loading content...

Implementations on Foreign Types

impl ErrorChainHubExt for Hub[src]

Loading content...

Implementors

Loading content...