Type Definition opentelemetry::trace::TraceResult[][src]

type TraceResult<T> = Result<T, TraceError>;
This is supported on crate feature trace only.

Describe the result of operations in tracing API.