[][src]Trait sentry_failure::FailureHubExt

pub trait FailureHubExt {
    fn capture_error(&self, err: &Error) -> Uuid;
fn capture_fail<F: Fail + ?Sized>(&self, fail: &F) -> Uuid; }
👎 Deprecated:

The failure integration is deprecated and will be removed in the future.

Hub extension methods for working with failure.

Required methods

fn capture_error(&self, err: &Error) -> Uuid

👎 Deprecated:

The failure integration is deprecated and will be removed in the future.

Captures a boxed failure (failure::Error).

fn capture_fail<F: Fail + ?Sized>(&self, fail: &F) -> Uuid

👎 Deprecated:

The failure integration is deprecated and will be removed in the future.

Captures a failure::Fail.

Loading content...

Implementations on Foreign Types

impl FailureHubExt for Hub[src]

Loading content...

Implementors

Loading content...