[]Trait sentry::integrations::error_chain::ErrorChainHubExt

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

Hub extension methods for working with error chain

Required methods

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

Captures an error chain on a specific hub.

Loading content...

Implementors

impl ErrorChainHubExt for Hub

Loading content...