[][src]Function influxdb_line_protocol::to_writer

pub fn to_writer<'a, W, T, F>(
    writer: W,
    measurement: &str,
    tag_set: T,
    field_set: F,
    timestamp: Option<i64>
) -> Result<(), Error> where
    W: Write,
    T: IntoIterator<Item = (&'a str, &'a str)>,
    F: IntoIterator<Item = (&'a str, FieldValue<'a>)>,