logo
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.