[]Trait sentry::integrations::anyhow::AnyhowHubExt

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

Hub extension methods for working with anyhow.

Required methods

fn capture_anyhow(&self, e: &Error) -> Uuid

Captures an [anyhow::Error] on a specific hub.

Loading content...

Implementors

impl AnyhowHubExt for Hub

Loading content...