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

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

Describes the result of an export.