Struct tracing_core::span::Record
source ·
[−]pub struct Record<'a> { /* fields omitted */ }Expand description
A set of fields recorded by a span.
Implementations
Records all the fields in this Record with the provided Visitor.
Returns true if this Record contains a value for the given Field.
