pub type FieldSet<'a> = SmallVec<[(EscapedStr<'a>, FieldValue<'a>); 4]>;Expand description
The field keys and values that appear in the line of line protocol.
Aliased Typeยง
pub struct FieldSet<'a> { /* private fields */ }pub type FieldSet<'a> = SmallVec<[(EscapedStr<'a>, FieldValue<'a>); 4]>;The field keys and values that appear in the line of line protocol.
pub struct FieldSet<'a> { /* private fields */ }