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

pub trait AnyhowHubExt {
    fn capture_anyhow(&self, e: &Error) -> Uuid;
}
This is supported on crate feature anyhow only.
Expand description

Hub extension methods for working with anyhow.

Required methods

Captures an anyhow::Error on a specific hub.

Implementors