pub fn valuable<T>(t: &T) -> Value<'_>where
T: Valuable,Available on
tracing_unstable and crate feature valuable only.Expand description
Wraps a type implementing Valuable as a Value that
can be recorded using its Valuable implementation.