Type Definition opentelemetry::sdk::export::trace::ExportResult[][src]

type ExportResult = Result<(), TraceError>;
This is supported on crate feature trace only.
Expand description

Describes the result of an export.