[][src]Trait ckb_sentry_error_chain::ErrorChainHubExt

pub trait ErrorChainHubExt {
    pub 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

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

👎 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...