pub type SpanArgs = SmallVec<[(RcStr, RcStr); 1]>;Expand description
Storage for Span::args ~32% of spans have <=1 arg (typically just the
name key for turbo_tasks::function spans), so inlining one entry
avoids a heap allocation in this common case.
Aliased Typeยง
pub struct SpanArgs { /* private fields */ }