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

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

Hub extension methods for working with error chain

Required Methods

Captures an error chain on a specific hub.

Implementors