pub fn print_trace(
trace: &TracingSession,
colorizer: &CqlColorizer,
writer: &mut dyn Write,
)Expand description
Format tracing session output matching Python cqlsh style.
Displays session metadata and a table of trace events sorted by elapsed time.