[]Trait sentry::integrations::failure::FailureHubExt

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

👎 Deprecated:

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

Captures a failure::Fail.

Loading content...

Implementors

impl FailureHubExt for Hub

Loading content...