Trait tracing::Value

source ·
pub trait Value: Sealed {
    fn record(&self, key: &Field, visitor: &mut dyn Visit);
}
Expand description

A field value of an erased type.

Implementors of Value may call the appropriate typed recording methods on the visitor passed to their record method in order to indicate how their data should be recorded.

Required Methods§

Visits this value with the given Visitor.

Trait Implementations§

Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more

Implementations on Foreign Types§

Implementors§