Skip to main content

export

Method
This is a method of the TraceExporter class in the trace module.
Export a trace.

Signature

def export(&self, trace: &TraceContext) -> Result<(), Box<dyn std::error::Error>>

Parameters

trace
&TraceContext
required
No description available.

Returns

Returns
Result<(), Box<dyn std::error::Error>>
The result of the operation.