servers::row_writer

Function 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.