Type Alias opentelemetry_sdk::export::trace::ExportResult

source ·
pub type ExportResult = Result<(), TraceError>;
Available on crate feature trace only.
Expand description

Describes the result of an export.

Aliased Type§

enum ExportResult {
    // some variants omitted
}

Variants§