[−][src]Trait sentry_error_chain::ErrorChainHubExt
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,
T: ChainedError,
T::ErrorKind: Debug + Display,
Captures an error chain on a specific hub.
Implementations on Foreign Types
impl ErrorChainHubExt for Hub
[src]
fn capture_error_chain<T>(&self, e: &T) -> Uuid where
T: ChainedError,
T::ErrorKind: Debug + Display,
[src]
T: ChainedError,
T::ErrorKind: Debug + Display,