Function debug
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.
debugfn 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.