Skip to main content

FieldList

Type Alias FieldList 

Source
pub type FieldList = Vec<(&'static str, FieldValue)>;
Expand description

A field list small enough to keep inline for the typical span. Spans or events with > 8 fields spill to the heap.

Aliased Typeยง

pub struct FieldList { /* private fields */ }