pub trait AnyhowHubExt {
    // Required method
    fn capture_anyhow(&self, e: &Error) -> Uuid;
}
Available on crate feature anyhow only.
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.

Implementors§