Skip to main content

write_column

Function write_column 

Source
fn write_column(out: &mut String, col: &ColumnLock, indent: usize)
Expand description

Render one column as a TOML inline table, breaking a record’s field list across lines.

A newline inside the nested fields array is legal TOML: it sits within an array value, not between the inline table’s own braces.