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 */ }
pub type FieldSet<'a> = SmallVec<[(EscapedStr<'a>, FieldValue<'a>); 4]>;
The field keys and values that appear in the line of line protocol.
struct FieldSet<'a> { /* private fields */ }