fn write_field(out: &mut String, field: &FieldLock, indent: usize)Expand description
Render one record field. Fields carry no comment, so this is write_column
over the field’s own keys.
fn write_field(out: &mut String, field: &FieldLock, indent: usize)Render one record field. Fields carry no comment, so this is write_column
over the field’s own keys.