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

Hub extension methods for working with anyhow.

Required Methods§

Captures an anyhow::Error on a specific hub.

Implementations on Foreign Types§

Implementors§