[−][src]Type Definition opentelemetry::trace::TraceResult
type TraceResult<T> = Result<T, TraceError>;
Describe the result of operations in tracing API.
type TraceResult<T> = Result<T, TraceError>;
Describe the result of operations in tracing API.