Skip to main content

ExportError

Trait ExportError 

pub trait ExportError:
    Error
    + Send
    + Sync
    + 'static {
    // Required method
    fn exporter_name(&self) -> &'static str;
}
Available on crate feature opentelemetry only.
Expand description

Trait for errors returned by exporters

Required Methods§

fn exporter_name(&self) -> &'static str

The name of exporter that returned this error

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§