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

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

Describe the result of operations in tracing API.