logo
pub type TraceResult<T> = Result<T, TraceError>;
Available on crate feature trace only.
Expand description

Describe the result of operations in tracing API.