pub fn debug<T>(t: T) -> DebugValue<T>where
T: Debug,Available on crate feature
tracing only.Expand description
Wraps a type implementing fmt::Debug as a Value that can be
recorded using its Debug implementation.
pub fn debug<T>(t: T) -> DebugValue<T>where
T: Debug,tracing only.Wraps a type implementing fmt::Debug as a Value that can be
recorded using its Debug implementation.