pub fn debug_diff<T: Debug, U: Debug>(left: &T, right: &U) -> String
Helper to create a unified diff between two Debug-formatted values.
Useful for implementing custom State::diff methods.
State::diff