Skip to main content

write_tags

Function write_tags 

Source
pub fn write_tags<K>(
    table_data: &mut TableData,
    tags: impl Iterator<Item = (K, String)>,
    one_row: &mut Vec<Value>,
) -> Result<()>
where K: AsRef<str> + Into<String>,
Expand description

Write data as tags into the table data.