debug

Function debug 

Source
pub fn debug<T: ?Sized + Serialize>(value: &T) -> &(impl ?Sized + Debug)
Expand description

Wrap a value supporting just Serialize into Debug.