[−][src]Trait sentry::integrations::failure::FailureHubExt
Hub extension methods for working with failure.
Required methods
fn capture_error(&self, err: &Error) -> Uuid
Captures a boxed failure (failure::Error
).
fn capture_fail<F>(&self, fail: &F) -> Uuid where
F: Fail + ?Sized,
F: Fail + ?Sized,
Captures a failure::Fail
.
Implementors
impl FailureHubExt for Hub
[src]
fn capture_error(&self, err: &Error) -> Uuid
[src]
fn capture_fail<F>(&self, fail: &F) -> Uuid where
F: Fail + ?Sized,
[src]
F: Fail + ?Sized,