Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

debug

Function debug 

Source
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.