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§

struct FieldSet<'a> { /* private fields */ }