Function servers::row_writer::write_tag

source ยท
pub fn write_tag(
    table_data: &mut TableData,
    name: impl ToString,
    value: impl ToString,
    one_row: &mut Vec<Value>,
) -> Result<()>
Expand description

Write data as a tag into the table data.