Trait tracing_core::field::Value [−][src]
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
fn record(&self, key: &Field, visitor: &mut dyn Visit)
[src]
Visits this value with the given Visitor
.
Trait Implementations
Implementations on Foreign Types
impl<T: Value> Value for Wrapping<T>
[src]
impl<T: Value> Value for Wrapping<T>
[src]impl<'a, T: ?Sized> Value for &'a T where
T: Value + 'a,
[src]
impl<'a, T: ?Sized> Value for &'a T where
T: Value + 'a,
[src]Implementors
impl<T> Value for DisplayValue<T> where
T: Display,
[src]
impl<T> Value for DisplayValue<T> where
T: Display,
[src]