[][src]Trait sentry_anyhow::AnyhowHubExt

pub trait AnyhowHubExt {
    pub fn capture_anyhow(&self, e: &Error) -> Uuid;
}

Hub extension methods for working with anyhow.

Required methods

pub fn capture_anyhow(&self, e: &Error) -> Uuid[src]

Captures an anyhow::Error on a specific hub.

Loading content...

Implementations on Foreign Types

impl AnyhowHubExt for Hub[src]

Loading content...

Implementors

Loading content...