Function debug
pub fn debug<T>(t: T) -> DebugValue<T>where
T: Debug,Expand description
Wraps a type implementing fmt::Debug as a Value that can be
recorded using its Debug implementation.
🛈 Note: This is pre-release documentation
for the upcoming tracing 0.2.0 ecosystem.
For the release documentation, please see docs.rs, instead.
pub fn debug<T>(t: T) -> DebugValue<T>where
T: Debug,Wraps a type implementing fmt::Debug as a Value that can be
recorded using its Debug implementation.