Skip to main content

AnyhowHubExt

Trait AnyhowHubExt 

Source
pub trait AnyhowHubExt {
    // Required method
    fn capture_anyhow(&self, e: &Error) -> Uuid;
}
Expand description

Hub extension methods for working with anyhow.

Required Methods§

Source

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

Captures an anyhow::Error on a specific hub.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl AnyhowHubExt for Hub

Source§

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

Implementors§