pub fn debug<T: ?Sized + Serialize>(value: &T) -> &(impl ?Sized + Debug)
Wrap a value supporting just Serialize into Debug.
Serialize
Debug