collect_trace_chunks

Function collect_trace_chunks 

Source
pub fn collect_trace_chunks<T: SpanText>(
    traces: Vec<Vec<Span<T>>>,
    use_v05_format: bool,
) -> Result<TraceChunks<T>>