pub type LogFields = SmallVec<[(Ustr, String); 0]>;Expand description
Storage for structured log fields.
Inline capacity is intentionally zero to keep the producer-side LogLine payload small.
Aliased Typeยง
pub struct LogFields { /* private fields */ }