pub fn render_row(
format: EmitFormat,
names: &[&str],
values: &[Value],
) -> StringExpand description
Render one row without touching the buffer.
pub fn render_row(
format: EmitFormat,
names: &[&str],
values: &[Value],
) -> StringRender one row without touching the buffer.