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