[][src]Trait ckb_sentry_failure::FailureHubExt

pub trait FailureHubExt {
    pub fn capture_error(&self, err: &Error) -> Uuid;
pub 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

pub fn capture_error(&self, err: &Error) -> Uuid[src]

👎 Deprecated:

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

Captures a boxed failure (failure::Error).

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

👎 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...