diff_pretty

Function diff_pretty 

Source
fn diff_pretty<T, C>(new: T, old: T, ctxt: &C) -> String
where T: DebugWithContext<C>,