Type Alias TagSet

Source
pub type TagSet<'a> = SmallVec<[(EscapedStr<'a>, EscapedStr<'a>); 8]>;
Expand description

The tag keys and values that appear in the line of line protocol.

Aliased Typeยง

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