pub fn write_streamed_request_trace_rows<F>(
output_path: &Path,
sidecar_path: &Path,
sessions: FxHashMap<String, Vec<TraceRecord>>,
preserve_session_ids: bool,
tokenizer_factory: F,
config: ExportConfig,
) -> Result<ExportStats>where
F: TokenizerFactory,