[][src]Function diff_fmt::diff

pub fn diff<'a, T>(a: &'a T, b: &'a T) -> Diff<'a, T>

Creates a format object, to be formatted by any of the format! or print! macros

Requires that the objects format to the same length with the params supplied